Results 1 to 9 of 9
  1. #1
    Join Date
    Apr 2011
    Posts
    23
    Plugin Contributions
    0

    Default Change Font Colour

    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

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Change Font Colour

    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;
    }

  3. #3
    Join Date
    Apr 2011
    Posts
    23
    Plugin Contributions
    0

    Default Re: Change Font Colour

    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.

  4. #4
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Change Font Colour

    yes you are very correct about the tag...
    color: #ff0000;

  5. #5
    Join Date
    Apr 2011
    Posts
    23
    Plugin Contributions
    0

    Default Re: Change Font Colour

    Thank you managed to change some of the colors now trying to change the font size

  6. #6
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Change Font Colour

    Do you understand how to change the font size? Or do you need help?

  7. #7
    Join Date
    Apr 2011
    Posts
    23
    Plugin Contributions
    0

    Default Re: Change Font Colour

    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

  8. #8
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Change Font Colour

    You will add this code to the bottom of your stylesheet.css
    #productName {color: #ff0000;}

    1. you can change the color any way you like.
    2. I just use ff0000 which is red for an example

  9. #9
    Join Date
    Jun 2011
    Posts
    65
    Plugin Contributions
    0

    Default Re: Change Font Colour

    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;}

 

 

Similar Threads

  1. Change font colour of Manufacture List
    By hargz in forum General Questions
    Replies: 1
    Last Post: 9 Feb 2009, 05:27 PM
  2. EZ-PAGE header - change font size and colour
    By nav007_2000 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 12 Oct 2008, 10:52 PM
  3. Body font colour won't change
    By Arliss61 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 5 Nov 2007, 10:24 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg