Results 1 to 10 of 12

Hybrid View

  1. #1
    Join Date
    Aug 2008
    Posts
    5
    Plugin Contributions
    0

    help question Changing font colour in breadcrumb bar?

    Hello
    I'm having a problem figuring out how to change the font colour in the breadcrumb bar. I found the bit to change the link part, but not the current page part. I want the whole line of text to be in white.

    Like in this page:
    http://www.organicsoapstore.co.uk/st...n_page=privacy
    where it says " Home :: Privacy Notice " the Home (which is a link) is white, but the rest is still black.

    I really want the bar colour to be the same dark purple as all the other bars (I just changed it to a paler colour for now, so I can see the text).

    Can anyone please direct me to where I need to change the font colour for the current page name (and what I need to add/change)?

    Thanks in advance
    Sarah

    PS, I'm really new at this

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Changing font colour in breadcrumb bar?

    In your stylesheet:

    #navBreadCrumb {
    background-color: #AAAAFF;
    color:#ffffff;
    }

    Add the red part.

  3. #3
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Changing font colour in breadcrumb bar?

    Home is a link and privacy is the current page and not a link - So add to the breadcrumb tag color as in:
    Code:
    #navBreadCrumb {
            color: #ffffff;
    	background-color: #AAAAFF;
    	}
    
    #navBreadCrumb a:link {
    	color: #ffffff;
    	text-decoration: none;
    	}
    stevesh is quicker on the draw!!
    Zen-Venom Get Bitten

  4. #4
    Join Date
    Aug 2008
    Posts
    5
    Plugin Contributions
    0

    Default Re: Changing font colour in breadcrumb bar?

    Ah, thanks guys Worked a treat.

    Sarah

  5. #5
    Join Date
    Oct 2009
    Location
    Dutch,
    Posts
    25
    Plugin Contributions
    0

    Default Re: Changing font colour in breadcrumb bar?

    This doesn't seem to work for me o.o

    Using newest version zencart.
    Links stay black after putting the code in css. Odd
    Suddenly I saw it,

    I zenned.

  6. #6
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Changing font colour in breadcrumb bar?

    Where in your stylesheet did you add the rules? If an existing rule that applies to the same element comes after your new rule, it may override the new.

    A common practice for added rules is to put them at the end of the stylesheet. You can also put them immediately after similar rules that apply to the same part of your site.

  7. #7
    Join Date
    Oct 2009
    Location
    Dutch,
    Posts
    25
    Plugin Contributions
    0

    Default Re: Changing font colour in breadcrumb bar?

    I've put them after this

    #navBreadCrumb {
    padding: 0.8em 0.8em;
    background-color: #ffffff;
    background-image: url(../images/Bandeau.jpg);
    font-size: 1.2em;
    font-weight: bold;
    color: #ffffff;
    margin: 1.5em;
    }

    This is what I added:

    #navBreadCrumb a:link {
    color: #ffffff;
    text-decoration: none;
    }

    Problem is: the breadcrumb links are black I want them white, I just want all text in breadcrumb white cause of reading problems
    Suddenly I saw it,

    I zenned.

  8. #8
    Join Date
    Sep 2009
    Location
    Kill Devil Hills, NC
    Posts
    20
    Plugin Contributions
    0

    Default Re: Changing font colour in breadcrumb bar?

    Hey guys,

    I spent the last hour trying to get this to work for me but no joy . Can you help me out again. I just want to change the text to a lighter color so that its easier to read. Thanks in advance.

    I'm using 1.3.8a
    Mods: About Us
    My site

  9. #9
    Join Date
    Sep 2009
    Location
    Kill Devil Hills, NC
    Posts
    20
    Plugin Contributions
    0

    Default Re: Changing font colour in breadcrumb bar?

    Nevermind...found it.

 

 

Similar Threads

  1. changing font size and colour
    By actionx in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 6 May 2011, 11:17 AM
  2. Problem Changing Font Colour
    By limelites in forum General Questions
    Replies: 4
    Last Post: 26 Sep 2010, 11:16 AM
  3. changing font colour
    By angelstubes in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 15 Apr 2010, 06:55 AM
  4. EZPages top menu bar font colour
    By jpienaar in forum General Questions
    Replies: 2
    Last Post: 27 Feb 2009, 10:31 AM
  5. Changing font style and colour
    By Lenna in forum Customization from the Admin
    Replies: 5
    Last Post: 21 Jul 2008, 07:54 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