Navigation - no active text color

Home Forums Gillion Theme Navigation – no active text color

Home Forums Gillion Theme Navigation – no active text color

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

    Good morning,

     

    Header navigation shows no active text color on active main category while on subcategories it do. How can I achieve active text color on main category menu? Hope you can see at the screenshots.

     

    Best regards,

    Jürgen

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

    Solution for this topic

    Hi Jürgen,

     

    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-header .sh-nav > .current-menu-item > a {
        color: #b1b3b5!important;
    }

     

    Best regards,
    Shufflehound team

    js
    Participant

    Perfect. Thank you.

    You are always welcome here 🙂

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