Results 1 to 7 of 7
  1. #1
    Join Date
    Apr 2007
    Posts
    25
    Plugin Contributions
    0

    Default Editing BreadCrumbs.

    Alright so my css looks like so

    #navBreadCrumb {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:normal;
    color:#51391c ;
    top: 5px;
    padding: 0px 60px 0px 50px;
    margin: 0em;
    }

    The output looks like so Home :: Etc etc etc.


    I want to make the "Etc etc etc." bold and leave the rest normal font weight. Can anyone give me some direction as to how I can accomplish this..


    Thanks a bunch

    Brad

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

    Default Re: Editing BreadCrumbs.

    Sorry, CSS can't distinguish between parts of a text element like that. You would need to establish tags for different parts.

  3. #3
    Join Date
    Apr 2007
    Posts
    25
    Plugin Contributions
    0

    Default Re: Editing BreadCrumbs.

    Well its changing the color of one and making it a link. So I assumed somewhere in this massive pile of code its separated. Ill leave it alone for now I guess. I have bigger issues. THx for the response.

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

    Default Re: Editing BreadCrumbs.

    The CSS isn't making the links; that is done in the code that generates the breadcrumb text. You can distinguish between links and non-links in the breadcrumbs and style them with CSS.

  5. #5
    Join Date
    Apr 2007
    Posts
    25
    Plugin Contributions
    0

    Default Re: Editing BreadCrumbs.

    where do i find that?

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

    Default Re: Editing BreadCrumbs.

    You would address links by:

    .breadCrumbs a { }

    (or whatever the breadcrumbs class is - I didn't look it up).

  7. #7
    Join Date
    Apr 2007
    Posts
    25
    Plugin Contributions
    0

    Default Re: Editing BreadCrumbs.

    Thanks man, always learning something new everyday.

 

 

Similar Threads

  1. Breadcrumbs
    By geeker in forum Customization from the Admin
    Replies: 9
    Last Post: 10 Mar 2011, 03:40 PM
  2. Breadcrumbs
    By grandpaj in forum General Questions
    Replies: 5
    Last Post: 8 Oct 2010, 04:16 AM
  3. Breadcrumbs?
    By RandyNiles in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 2 Mar 2009, 12:38 AM
  4. Breadcrumbs
    By 04gotgoat? in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 2 Jan 2008, 04:38 AM
  5. Breadcrumbs
    By maraud in forum General Questions
    Replies: 5
    Last Post: 23 Nov 2007, 04:25 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