Hi Could someone please let me know how to change the font colour for the new products description and also featured products i am using Zencart 1.39h
website http://neterubookstore .com
Hi Could someone please let me know how to change the font colour for the new products description and also featured products i am using Zencart 1.39h
website http://neterubookstore .com
I see you have not downloaded the browser called Firefox with the add on called Firebug or Webdeveloper so you can easily find the div id's and classes to change in your stylesheet.css
#productDescription, .shippingEstimatorWrapper {padding: 0.5em;
}
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
Hi thank you for the answer i will try it now i will also install the developer tools for firefox i'm still a neewbie trying to learn
Ps do i need to add the color tag
Last edited by khaybet; 23 Apr 2011 at 08:08 PM.
yes you are very correct about the tag...color: #ff0000;
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
Thank you managed to change some of the colors now trying to change the font size
Do you understand how to change the font size? Or do you need help?
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
your help would be most apporeciated in changing the font color could you also please advised how to change the font color for the products i have done the text but not the title i have installed the web developer app for firefox not sure on how to use it
You will add this code to the bottom of your stylesheet.css
#productName {color: #ff0000;}
- you can change the color any way you like.
- I just use ff0000 which is red for an example
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
SO glad I found this thread....I spent HOURS trying to figure out how to change my font color and Haredo's advice worked perfectly!
add this code to the bottom of your stylesheet.css
#productName {color: #ff0000;}