Navigation font not Open Sans anymore

Home Forums Gillion Theme Navigation font not Open Sans anymore

Home Forums Gillion Theme Navigation font not Open Sans anymore

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    RESOLVED Posts
  • cato
    Participant

    Hi

     

    Just established the wordpress site and theme. All was working fint, but when working on publishing pages, I noticed the navigation font changing to serif fonts. When inspecting this in chrome, it looks like open sans is selected (active) but for some reason a serif font is showing.

    Attachments:
    You must be logged in to view attached files.

    Hi @cato,

     

    Sorry to hear of the problem you are having.

     

    Could you please share me your site URL where it’s happening so that I can troubleshoot it?

     

    Best regards,
    Shufflehound team

    I visited your shared site and found it is not working because of the following custom CSS code that you are using on your site so please remove it.

     

    a.fa {
        font: normal normal normal 14px/1 FontAwesome !important;
    }

    cato
    Participant

    Sure, I now removed it and that fixed the fonts. However, now the icons beside the meny doesn’t work on mobile view.

     

     

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    You can make it work by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #header-mobile li.menu-item > a.fa:before {
        font-family: 'FontAwesome';
        padding-right: 8px;
    }

    cato
    Participant

    Great! Thanks.

    You are always welcome here 🙂

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