How to make the menu drop-down links bold like the main menu.

Home Forums Jevelin Theme How to make the menu drop-down links bold like the main menu.

Home Forums Jevelin Theme How to make the menu drop-down links bold like the main menu.

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

    Hi,

     

    How do I make the drop-down links bold like the main row. Please see attached.

     

    Thanks, Paul

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

    Solution for this topic

    Hi Paul,

     

    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: 800;
    }

     

    Best regards,
    Shufflehound team

    PaulJamesFisher
    Participant

    Perfect!

     

    Thanks very much.

    You are most welcome here 🙂

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