html??

NDPNDP Registered Users Posts: 2 Beginner grinner
edited January 12, 2016 in SmugMug Customization
I thought I had a simple question and now I'm feeling incredibly overwhelmed. I love that SmugMug is user friendly for photographers who aren't also web developers, which is why I selected their service, but now I'm a bit lost. I would like my "breadcrumb" text to be a different font than the text in my content blocks. the email support heroes told me that I need to use the html block instead of the text block, but i have no idea how to code or use html. searching this forum has whisked an hour of time away and i'm still feeling utterly clueless. any specific help would be greatly appreciated. thank you!

Comments

  • photoclickphotoclick Registered Users Posts: 278 Major grins
    edited January 12, 2016
    Please, post a link to your website and page that you need help with.
  • NDPNDP Registered Users Posts: 2 Beginner grinner
    edited January 12, 2016
    photoclick wrote: »
    Please, post a link to your website and page that you need help with.

    here is a link to one of the pages on my site: http://www.nicoledouglasphotography.com/Come-Out-and-Play/ I would like the "Come Out and Play" to remain in the currrent "arizonia" font, but I'd like the text below to be in the "Raleway" font. I plan on adding text to my other pages once I learn how to do it properly. Thank you in advance for any insight you're able to offer, your help is greatly appreciated
  • photoclickphotoclick Registered Users Posts: 278 Major grins
    edited January 12, 2016
    First step is to decide which font is the primary for the entire site. Then set primary font in the customizer Theme > Edit Theme tab > FOnts > Body Font. If the Raleway is the font to be sued in majority of the text boxes.. than I'd choose it in the Theme's body font section.
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited January 12, 2016
    NDP wrote: »
    here is a link to one of the pages on my site: http://www.nicoledouglasphotography.com/Come-Out-and-Play/ I would like the "Come Out and Play" to remain in the currrent "arizonia" font, but I'd like the text below to be in the "Raleway" font. I plan on adding text to my other pages once I learn how to do it properly. Thank you in advance for any insight you're able to offer, your help is greatly appreciated
    This will set the font for that specific text box.

    /* Come-Out-and-Play text box */
    .sm-page-widget-13580709 h1 {font-family: Raleway}

    To set the size use this.
    font-family: Raleway; font-size:160%;
    Al - Just a volunteer here having fun
    My Website index | My Blog
Sign In or Register to comment.