
Originally Posted by
eric47905
Hi Anne,
I have a question on how to display the Product Name / Product Title in the What's New sidebox on the site. I have searched for an answer but either no one has asked or I just cant find the right search term.
For an example of what I am speaking of please see your live demo on the first page of this thread. In the what's new box it merely shows the picture and the price. I need it to show the products name as well.
I looked at the tpl whats new sidebox in the template default folder and it looks correct. I didn't see an override file for this either within the Sheffield blue folder so I assume it is using the default one. I also made sure under configuration that the whats new is set to show the product name, but that seems to only control the listing page when you click on the whats new header.
Is there a place to control what is shown in the sidebox or do I need to change some code around?
Thanks for your help.
Remove the #fff on line 168 of the stylesheet.css file:
Code:
#whatsnew a, #featured a, #specials a {
color: #fff;
}
Thanks,
Anne
Bookmarks