Navigation font is bold would like to lighten up the weight of the font.

Home Forums Jevelin Theme Navigation font is bold would like to lighten up the weight of the font.

Home Forums Jevelin Theme Navigation font is bold would like to lighten up the weight of the font.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • shanticfm
    Participant

    Our navigation font is too thick. Would like to make it the standard font without the added thickness.

     

    http://sweetme.creativeflowmedia.org/

    Solution for this topic

    Hi @shanticfm,

     

    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

    shanticfm
    Participant

    Perfect <3

    You are most welcome here 🙂

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