Happy 4th of July
I have endlessly search and could not find the answer.
How do I remove the description on the New Products for the Month (index/front page)?
I just want the Title & Price.
Thanks!
link
Happy 4th of July
I have endlessly search and could not find the answer.
How do I remove the description on the New Products for the Month (index/front page)?
I just want the Title & Price.
Thanks!
link
Can this be done through Admin or does it need to be hard coded?
i don't think this is really a default zencart feature as i have found nothing to turn that off within admin section . but you can always use CSS ( is there anything you can't do with CSS ? ) . .
add this to your stylesheet.css
.text{
display:none;
}
hope this helps.