Navigation font family

Home Forums Jevelin Theme Navigation font family

Home Forums Jevelin Theme Navigation font family

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • ManaProjectStudio
    Participant

    Hello,

     

    I’m using Jevelin and I changed font with Typekit Fonts for WordPress using these CSS:

     

    h1, h2, h3, h4, h5, h6 {
    font-family: ‘semplicitapro’, sans-serif !important;
    }

    body, button, input, select, textarea {
    font-family: ‘semplicitapro’, sans-serif !important;
    }

     

    Everything works fine, except the navigation font, that does not change. In Admin Area -> Appearance -> Theme Settings -> Styling -> Navigation, the Font Famility is set on Heading.

     

    Also tried with this in Custom Code but nothing happens:

     

    .sh-nav li.menu-item  a {
    font-family: ‘semplicitapro’, sans-serif !important;

    font-weight: normal !important;

    }

     

    How to fix this?

     

    The website is manaprojectstudio.com but it’s on coming soon active mode.

     

    Thanks you.

     

    MP

     

    Hi MP,

    I hope you are well today and thank you for your question.

     

    I have to access your shared site to help you but it is in coming soon mode.

     

    Would you mind if I log in to your site and access it? If this is ok then could you please temporary share me your site admin log in details privately by adding them in the box having text “Enter your private content here (only you and forum moderators will be able see it)”?

     

    Best regards,
    Shufflehound team

    ManaProjectStudio
    Participant

    Hello,

     

    sure, and thank you.

     

    MP

    Solution for this topic

    I used the below CSS code on your site and it started working.

     

    #page-container .sh-nav li.menu-item a {
    font-family: 'semplicitapro', sans-serif !important;
    font-weight: normal !important;
    }

     

    Could you please confirm it?

    ManaProjectStudio
    Participant

    Yes, thank you it’s working.

     

    MP

    You are most welcome here 🙂

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