Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2009
    Posts
    16
    Plugin Contributions
    0

    Default How to change EZpage color?

    Dear All,

    I'm trying to change my own created EZpage's font color only. (http://heidimart.com). I want to change the color of "important links" and/or "becoming Heidi's Business parter" only, not affect other sidebox's font color. I tried to modify "#navEZPagesTOC ul li a:hover", but all the other sidebox font color was changed. It looks like this is not right. I tried many other ways and did a lot of research. However, I couldn't find any solution.

    Is there anyone know how to do it?

    Thank you.

  2. #2
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: How to change EZpage color?

    to target only those items , add the following to end of your stylesheet.css

    #ezpagesHeading {
    color:red;
    }
    this will change the color or Important Links .

    to change color of the content add this .

    #ezpagesContent a {
    color:red;
    }

    you can repeat this code to add additional color for hover , active , etc .. by change a to hover ....

    hope this helps.

  3. #3
    Join Date
    Nov 2009
    Posts
    16
    Plugin Contributions
    0

    Default Re: How to change EZpage color?

    Dear Tony,

    It works! That's a big help for me.

    Thank you very much.

 

 

Similar Threads

  1. How do I expand Header 2 color or change color?
    By bluesky1992 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 13 Oct 2011, 05:38 AM
  2. Changing Ezpage link color
    By valansi in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 30 Apr 2011, 03:05 AM
  3. How to change the EZpage menu dividers?
    By X-Bumble in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 19 Apr 2008, 03:47 PM
  4. How to change color of ezpage links?
    By sfklaas in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 2 Apr 2008, 04:52 PM
  5. Replies: 3
    Last Post: 29 Mar 2007, 09:25 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