Edit Menu Font

Home Forums Gillion Theme Edit Menu Font

Home Forums Gillion Theme Edit Menu Font

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

    How do I adjust the menu font style? I want the text changed from from bold to regular. Thx

    Hi @sfe,

     

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

     

    You can achieve 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

     

    .sh-nav li.menu-item a {
        font-weight: 400;
    }

     

    Best regards,
    Shufflehound team

    sfe
    Participant

    It didn’t work.

    It is working fine on my test site.

     

    Could you please share me your site URL where you are using it so that i can troubleshoot it?

    sfe
    Participant

    modernfamilyhealth.com

     

    The top menu bar with the menu items “About,” “Subscribe” and “Contact.”

    These are the items I wish to change.

    Solution for this topic

    That is top menu which you can change using below custom CSS code.

     

    .sh-header-top .sh-nav li.menu-item a {
        font-weight: 400;
    }

     

    I can see you are using WPSOL CACHE on your site so please make sure to clear it after using above shared CSS code.

    sfe
    Participant

    That did the trick. Thx

    You are most welcome here 🙂

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