• Hello,

    Could you please help me with my problem?
    When user is on the homepage called “case study”, i’d like the “case study” text menu to be green (same color as hover) and not dark blue.
    It would be easier for the user to know on which page he is…
    Thank you very much,

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello there,

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    .main-navigation li.current-menu-item > a{
      color: #83ae9b;
    }
    

    ?I hope this reply helps.

    Stay safe.
    Have an excellent day ??

    Regards,
    Kharis

    Thread Starter marlenemaes2

    (@marlenemaes2)

    It works perfectly !
    Thank you so much Kharis ??
    Regards,
    Marlene

    You’re welcome Marlene!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘feedback – Menu change color when page is selected’ is closed to new replies.