Modifying Breadcrumb

AceCo55AceCo55 Registered Users Posts: 950 Major grins
edited November 21, 2013 in SmugMug Customization
What I would like to do (if possible) is to have the last entry of the breadcrumb to be slightly bigger (say 125%) than the earlier elements and to have it this color (#fe7c00)
eg Home > Kingston Football
eg Home > Kingston Football > A Grade
eg Home > Kingston Football > A Grade > FA Round 6


I tried using this code form this thread: http://www.dgrin.com/showthread.php?t=240309
.sm-user-ui h1 { font-size: 125%; }
(Thanks Denise :lust)

Unfortunately I couldn't get it to "take".
I tried putting in CCS block on "Entire Site" = no change
I then tried in CSS block on "All folders" = no change

If someone could help me, I would be very grateful. Thanks
My opinion does not necessarily make it true. What you do with my opinion is entirely up to you.
www.acecootephotography.com

Comments

  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited November 20, 2013
    AceCo55 wrote: »
    What I would like to do (if possible) is to have the last entry of the breadcrumb to be slightly bigger (say 125%) than the earlier elements and to have it this color (#fe7c00)
    eg Home > Kingston Football
    eg Home > Kingston Football > A Grade
    eg Home > Kingston Football > A Grade > FA Round 6


    I tried using this code form this thread: http://www.dgrin.com/showthread.php?t=240309
    .sm-user-ui h1 { font-size: 125%; }
    (Thanks Denise iloveyou.gif)

    Unfortunately I couldn't get it to "take".
    I tried putting in CCS block on "Entire Site" = no change
    I then tried in CSS block on "All folders" = no change

    If someone could help me, I would be very grateful. Thanks
    My site shows it like that. Click wrench on breadcrumb and set "Emphasize Current Page" to on.

    Then I added this to "entire site" CSS.
    .sm-user-ui .sm-breadcrumb-item h1 {
       color: gold;
       font-size: 28px;
    }
    
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • AceCo55AceCo55 Registered Users Posts: 950 Major grins
    edited November 20, 2013
    Perfect Allen ... EXACTLY what I was looking for.
    Thanks so much ... always grateful that there are such wonderful people like yourself, in this world, that help others so willingly.
    VERY much appreciated.
    My opinion does not necessarily make it true. What you do with my opinion is entirely up to you.
    www.acecootephotography.com
  • Darter02Darter02 Registered Users Posts: 947 Major grins
    edited November 21, 2013
    Yes, thank you. I too just used this to modify my own.
Sign In or Register to comment.