New Landing How can we help? Themeforest Theme Support Pinpoint Changing main nav font

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Pinpoint
  • #24461
    monophonik
    Member
    Post count: 1

    I’d like to change the font for the main menu. I thought there’d be something in the theme control panel, but it doesn’t appear there is.

    Any suggestions before I start digging through the CSS?

    #24580
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    You can add this custom CSS in the General theme options:

    nav .menu li a {
      font-family: "Your font name" !important;
    }

    For anything that has to do with CSS, add it in the theme options, don’t edit theme files directly (you will lose such edits, when updating the theme).

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

    #24858
    monophonik
    Member
    Post count: 1

    Hi Cosmin,

    Thanks for the help! I’d like to use a Google font. Is there any way I can make an inline declaration in that CSS override box?

    #25103
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Sure, you would add something like this, instead:

    @import url(http://fonts.googleapis.com/css?family=Oswald);
    
    nav .menu li a {
      font-family: "Oswald", sans-serif !important;
    }

    Regards,
    ————————————————————————————————————

    Cosmin – Support

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