New Landing How can we help? Themeforest Theme Support Neighborhood Cannot overrule font settings through custom css

Viewing 8 posts - 1 through 8 (of 8 total)
  • #204494
    wildemaarten
    Member
    Post count: 105

    Hi,

    I am not able to overrule the font settings through custom css.
    Having this custom css for 2 specific text blocks on the site:

    /*achtergrond Het gemak van TVM op frontpage*/
    .blauw
    {
    background-color: #00948c;
    }

    I would like to add some css to this so this overules the font settings from the theme options. Can you add multiple custom css options in the Extra Class Name field or just one?
    Can you please assist?
    Many thanks in advance

    Cheers Maarten

    #204524
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    This should work

    .blauw
    {
    background-color: #00948c;
    font-family: arial!important;
    }

    – Kyle

    #204533
    wildemaarten
    Member
    Post count: 105

    Hi Kyle,

    Thanks, i have already tried that. It doesnt work..:(

    Cheers Maarten

    #204536
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Can you provide me with a link to the page and what asset is using the custom class

    – Kyle

    #204543
    wildemaarten
    Member
    Post count: 105
    This reply has been marked as private.
    #204556
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    This will work:

    .blauw h3 {
      font-family: arial;
    }

    – Kyle

    #204610
    wildemaarten
    Member
    Post count: 105

    Thanks again Kyle!

    #204612
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

Viewing 8 posts - 1 through 8 (of 8 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