Font Style

Home Forums Jevelin Theme Font Style

Home Forums Jevelin Theme Font Style

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
  • activedimes
    Participant

    Hi I can’t seem to change the font style in the header, it just stays on 500.

     

    Thanks

    Hi @activedimes,

     

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

     

    Do you mean the header menu font style as shown in the attached screenshot?

     

    If yes then you change it 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

     

    #page-container .sh-nav > .menu-item > a {
        font-weight: 800 !important;
    }

     

    Best regards,
    Shufflehound team

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

    activedimes
    Participant

    No that didn’t work, it made it worse now the body font style and the nav font style doesn’t change at all.

     

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

    Please try clearing and temporarily disabling the W3 Total Cache that you are using on your site.

    activedimes
    Participant

    No that has not worked

    I could confirm the issue on my test site, therefore, notified the theme developer about this so that it will be fixed.

     

    The issue will be fixed ASAP.

     

    In the meanwhile, you can change navigation menu font to Roboto 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

     

    .sh-nav > li.menu-item > a {
        font-family: 'Roboto', sans-serif !important;
    }

    activedimes
    Participant

    The whole nav panel is full of bugs very frustrating, the money I paid for the theme I would have expected much better quality! Tell the theme developer they need to fix asap I am starting to think the theme is rubbish!

     

    I will be interested in the response from the developer.

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

    Sorry for the inconvenience caused.

     

    I have made it work on your site using below CSS code.

     

    .sh-header .sh-nav > .current-menu-item > a {
        color: #099300!important;
    }

     

    Could you please check it?

    activedimes
    Participant

    Yes that worked thanks

    You are most welcome here 🙂

    The issue is resolved in the below latest version of theme so please update the theme as described here https://support.shufflehound.com/updating-theme/

     


    Please login to access this file

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