Hi, could anyone please teach me how can I add the word "Model" infront of my model number above my product's pictures?
This is my website: www.missyone.com
Hi, could anyone please teach me how can I add the word "Model" infront of my model number above my product's pictures?
This is my website: www.missyone.com
Add to your stylesheet.css:Code:h1#productName+font:before {content: 'Model: ';}
You could add the Model: in the same PHP file that creates the model number output, but as that is in a custom template file and not stock Zen Cart, we can't tell you how to do that without seeing the PHP file in question. Since it is only presentational content, the CSS should do fine.
Hi dear, Im in my stylesheet.css. Could you please kindly explain in details what to do with the below code?
h1#productName+font:before {content: 'Model: ';}
Just add the entire thing on a new line anywhere in your stylesheet (the bottom of the file is a good place, to easily find your additions later).
Thanks dear, I've already added the below code on the bottom of my stylesheet.css but it's not working. THe word model is not showing infront of the model number. Please kindly advice.
h1#productName+font:before {content: 'Model: ';}
Works for me on your site, using Web Developer.