New Landing How can we help? Themeforest Theme Support Dante How to change bold text font

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Dante
  • #225751
    solidsn2004
    Member
    Post count: 208

    Hi,

    I have changed my website’s font to Arial but the text in bold still appears in “source_sans_probold” font.
    Is there a way to change this from the settings of the theme?

    #225765
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    That is odd, can you show me the page URL that is appearing on?

    Cheers,
    David.

    #225772
    solidsn2004
    Member
    Post count: 208
    This reply has been marked as private.
    #225774
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Please use this CSS in your theme options:

    b, strong {
        font-family, arial, sans-serif!important;
    }

    Thanks,
    David.

    #225784
    solidsn2004
    Member
    Post count: 208

    Hi David,

    I had already tried this code but it doesn’t work for some reason.
    I’ve cleared cache, I tried incognito mode and it still appears in different font…

    Any suggestions?

    #225787
    solidsn2004
    Member
    Post count: 208

    Actually it works but the font isn’t bold anymore.

    b, strong {
        font-family: arial, sans-serif!important;
    }

    In your code you put a comma instead of a colon in font-family before.

    #225790
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Try this one instead

    b, strong {
        font-family: arial, sans-serif!important;
        font-weight: bolder!important;
    }
      

    -Rui

    #225791
    solidsn2004
    Member
    Post count: 208

    Perfect!
    I always forget to add important when something doesn’t work.
    Thanks a lot Rui!
    Mark as resolved.

    #225796
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great.

    -Rui

    #225798
    David Martin – Support
    Moderator
    Post count: 20834

    Great! – thanks Rui.

    -David.

    #290874
    conna
    Member
    Post count: 6

    Same issue for me. I’m using Myriad Pro, but bold text uses a different font which makes it look out of place. I think it would make sense to add a setting for bold font to “Font Options” or adjust it automatically if the main body font changes.

    #290878
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Will need to use custom css, all of the Google fonts have a bold weight so adding a bold font option wouldn’t really make sense. Use the css above to set the font for bold text

    – Kyle

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register