New Landing How can we help? Themeforest Theme Support Pinpoint Change font in navigation

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Pinpoint
  • #69241
    nrf
    Member
    Post count: 34

    Is it possible to use Google-fonts in the navigation? Or any other fonts?

    #69342
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please follow given below code example and you need to put your code at Admin -> Theme Options -> Custom CSS

    @import url(http://fonts.googleapis.com/css?family=Open+Sans);
    nav#main-navigation ul#menu-menu li.menu-item a{font-family: 'Open Sans', 'sans-serif';}

    Thanks πŸ™‚
    With Best Regards
    Swift Ideas

    #69563
    nrf
    Member
    Post count: 34

    What would the exact code be if I would like to use Titillium Web; http://www.google.com/fonts/specimen/Titillium+Web ?

    I canΒ΄t seem to get it working.

    #69576
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this code.

    @import url(http://fonts.googleapis.com/css?family=Titillium+Web);
    nav#main-navigation ul#menu-menu li.menu-item a{font-family: 'Titillium Web', 'sans-serif';}

    Thanks πŸ™‚
    With Best Regards
    Swift Ideas

    #69593
    nrf
    Member
    Post count: 34
    This reply has been marked as private.
    #69599
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Please remove that one code and use this one
    nav#main-navigation ul#menu-navigeringen li.menu-item a{font-family: 'Titillium Web', 'sans-serif';}

    Thanks πŸ™‚
    With Best Regards
    Swift Ideas

    #69601
    nrf
    Member
    Post count: 34
    This reply has been marked as private.
    #69612
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Its working fine at my side so please check with hard refresh .
    Thanks

    #69856
    nrf
    Member
    Post count: 34

    You where right! My bad! πŸ™

    Is there a way to set the fontsize?

    #70311
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Change it to:

    nav#main-navigation ul#menu-navigeringen li.menu-item a{
    font-family: 'Titillium Web', 'sans-serif'; 
    font-size:15px;
    }

    This should work πŸ™‚

    – Kyle

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