Options

Fonts

SilpionSilpion Registered Users Posts: 20 Big grins
edited January 4, 2014 in SmugMug Customization
I was wondering if anyone knew how to change the size or style of the font used for the breadcrumb? On my site you will see that the breadcrumb looks to small and a little jagged. On the other site below the breadcrumb looks much nicer.

Rich
Th4t 1s a C4ctu$ → ψ

Comments

  • Options
    SilpionSilpion Registered Users Posts: 20 Big grins
    edited January 3, 2014
    Changed question slightly
    Th4t 1s a C4ctu$ → ψ
  • Options
    Smug EricSmug Eric Registered Users, Retired Mod Posts: 333
    edited January 3, 2014
    Well those can be changed by adjusting the font in your theme, but that will change the font sitewide. Or if you just want to change the breadcrumb you can add this to your CSS:

    .sm-breadcrumb-item, .sm-breadcrumb-item h1 {
    font-family: Arial;
    font-size: 40px;
    }

    I'd suggest not using the exact code, but changing the size at least. And if you want to have the gallery or folder name, the last link in the breadcrumb still be larger then the rest of it use two separate bits of code. like this:

    .sm-breadcrumb-item {
    font-family: Arial;
    font-size: 40px;
    }

    .sm-breadcrumb-item h1 {
    font-family: Arial;
    font-size: 40px;
    }

    the second bit with the h1 will control the last bit of the breadcrumb.
    Eric
    Support Hero and Customeister
    http://www.smugmug.com/help
  • Options
    SilpionSilpion Registered Users Posts: 20 Big grins
    edited January 4, 2014
    Thanks. This site needs the abillity to be able to select once a question has been answered.

    Cheers for the reply.
    Th4t 1s a C4ctu$ → ψ
Sign In or Register to comment.