New Landing How can we help? Themeforest Theme Support Dante How to change sf-icon-box-content-wrap H3 font?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #250365
    Sturge08
    Member
    Post count: 75

    Hi

    How do I change the sf-icon-box-content-wrap h3 font? Its currently showing as Helvetica and i’d like it to be Verlag which is the cloud font hosted by http://www.typography.com

    The screen grab illustrates which h3 I’m referring to.

    Attachments:
    You must be logged in to view attached files.
    #250384
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    You can set the H3 font in Theme Options => Fonts => Headings Font.

    If the font is not available in Google or FontDeck, you will need to follow their instructions on how to upload the font to your site.

    Thanks.

    #250392
    Sturge08
    Member
    Post count: 75

    Hi David

    All of the body copy and a majority of header tags are showing in Verlag. Typography.com’s upload instructions have nearly all but worked except for the location of where I’ve pointed out. Do you know where I might be going wrong?

    #250394
    David Martin – Support
    Moderator
    Post count: 20834

    It looks to be overwritten in Bootstrap, please use this CSS:

    .sf-icon-box h3 {
        font-family: "Verlag A", "Verlag B";
        font-style: normal;
    }

    Thanks.

    #251246
    Sturge08
    Member
    Post count: 75

    Hi David

    That worked an absolute treat – thank you.

    It then gave me the confidence to change the .spb_wrapper h1 too.

    .spb_wrapper h1 {
    font-family: “Verlag A”, “Verlag B”;
    font-style: normal;
    color:#ffffff !important;
    }

    #251250
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great, thanks David

    – Kyle

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.