• Hi,

    On desktop there’s a built in option to change the color of active menu item.
    How do I do that on mobile?
    Tried different CSS codes with no luck.

    Thanks.

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

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

    ?Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    .sidr-class-dropdown-menu li.sidr-class-current-menu-item a {
        color: #005cff !important;
    }

    PS- Change the color code according to need.

    Thread Starter 007me

    (@007me)

    Hello,

    That worked! Thanks.
    But is there an option that it will color the parent menu item as well as the active menu item?
    Same question for desktop as well.

    Thanks.

    Hello,

    For the desktop seems already working, for the mobile, please try the below CSS code and check.

    .sidr-class-dropdown-menu>.sidr-class-current-menu-ancestor>a {
        color: #4a38d7;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change color to active menu item on mobile’ is closed to new replies.