Thread: font color help

Results 1 to 10 of 15

Hybrid View

  1. #1
    Join Date
    Aug 2006
    Location
    West Virginia
    Posts
    321
    Plugin Contributions
    1

    Default font color help

    I have wrote down and tried every color in the stylesheet and I cant figure out which ones it is. I want to change just a few font colors and need some help finding them. I have ZenCart version 1.3.7 and here is an image of what im talking about http://i54.photobucket.com/albums/g9...ic_of_site.jpg I have tried just to change the body color of my template from #000000 to my color and it changed some of the black but not all of it and it changed the black in the side boxes as well which I dont want because I cant see the writing so I had to change it back. Please help

    here is the site im working on http://rbackyard.net/rbackyard

    Thanks,
    Chad

  2. #2
    Join Date
    Mar 2007
    Posts
    159
    Plugin Contributions
    0

    Default Re: font color help

    The red color for * Required information is from alert
    First Name: etc is coming from label.inputLabel
    Address Details is from legend

    the links are coming from
    a:link
    a:visited
    a:hover
    a:active

    such as
    a:hover, blah blah blah {
    color:#FF0000;
    }

    changing the values here will change them for the whole site unless you break them out of the list of stuff first

  3. #3
    Join Date
    Aug 2006
    Location
    West Virginia
    Posts
    321
    Plugin Contributions
    1

    Default Re: font color help

    Thanks for the info! What do you mean break them out of the list? And how would I do this? Im new to css ect but im catching on.

    Thanks,
    Chad

  4. #4
    Join Date
    Aug 2006
    Location
    West Virginia
    Posts
    321
    Plugin Contributions
    1

    Default Re: font color help

    I had made a chart of all the colors used in the stylesheet if anyone is interested. This way you dont have to figure out what color is what.

  5. #5
    Join Date
    Mar 2007
    Posts
    159
    Plugin Contributions
    0

    Default Re: font color help

    everything listed in

    a:hover,
    #navEZPagesTOC ul li a:hover,
    #navMain ul li a:hover,
    #navSupp ul li a:hover,
    #navCatTabs ul li a:hover {
    color: #FF0000;
    }

    will change color if you change it here so if your just looking to change the color on specific page or a specific section of a page, you may need to cut a section out and put it on its own line
    a la

    a:hover,
    #navEZPagesTOC ul li a:hover,
    #navMain ul li a:hover,
    #navSupp ul li a:hover{
    color: #FF0000;
    }

    #navCatTabs ul li a:hover {
    color: #404040;
    }

    this is from the default template so your mileage may vary.
    In theory, you can leave it in the first block and just repeat it later, but that is 'a very bad idea' Also if you do this, remember to clear out the extra comma

    once you know what div (#blahblahblah) or class (.blahblahblah) you are trying to play with it (Firefox + (Firebug + web developer)= your friend) you can add a section to the stylesheet all on your own
    example?
    .centerBoxContentsNew a:link {
    color: #green;
    text-align: left;
    }

  6. #6
    Join Date
    Aug 2006
    Location
    West Virginia
    Posts
    321
    Plugin Contributions
    1

    Default Re: font color help

    Thanks for the reply Sherpa but Most of this is foren language to me because im still learning. I just want to change the blue link colors in the main areas not in the sideboxes or in the background-image: url(../images/tile_back.gif); areas. Im confused on what your trying to tell me
    here is a link to my test site http://www.rbackyard.net/rbackyard

    Thanks,
    Chad

 

 

Similar Threads

  1. Drop Down Box Font Color HELP!!!
    By mouthtrick2009 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 Jan 2010, 04:59 AM
  2. Need help with Font Color. Font turned white!!!!
    By miamilures in forum General Questions
    Replies: 1
    Last Post: 15 Oct 2009, 05:04 AM
  3. Help with #navMainCartSummary font color
    By limelites in forum General Questions
    Replies: 2
    Last Post: 28 May 2009, 08:08 PM
  4. Need help - breadcrumb font color
    By tracyk527 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 5 Nov 2008, 09:55 PM
  5. Shopping cart subtotal font color help
    By bigad21 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 7 Aug 2006, 05:08 AM

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