Options

Breadcrum font size

LaleneLalene Registered Users Posts: 30 Big grins
edited May 9, 2016 in SmugMug Customization
Hi everyone,

I would like to change the font of the breadcrums on Bio and Prints. I find the size to be very small, but if I emphasize it, then it is too big.

Is it also possible to change the font type to any of the Smugmug fonts? If so, how could i do it?

Thanks :)

www.marpaez.smugmug.com

Comments

  • Options
    denisegoldbergdenisegoldberg Administrators Posts: 14,237 moderator
    edited May 9, 2016
    I have this CSS on my site to change the breadcrumb font size. You might try experimenting with the size.
    /* make the breadcrumb font slightly smaller for all devices */
      .sm-breadcrumb h1 {
        font-size: 21px !important;
      }
    
    I'm not sure what you mean when you ask to change the "SmugMug fonts". You can select 2 fonts to be used on your site. The supported fonts are Google fonts.

    If you want to use additional fonts, see the tutorial published by tomnovy, IMPORTING ADDITIONAL FONTS TO SMUGMUG.

    --- Denise
  • Options
    LaleneLalene Registered Users Posts: 30 Big grins
    edited May 9, 2016
    Thanks a million Denise. clap.gif

    I meant one the fonts listed on the themes. I noticed I could change the font on the breadcrum if I change the "heading font" on my theme.

    Thanks again :)
Sign In or Register to comment.