1. ukfish1
  2. Sherlock Holmes
  3. Commercial Templates
  4. Monday, 04 March 2019
  5.  Subscribe via email
Hi

ref: https://knightsbridgekindergarten.co.uk/starting-school/settling-in

We have the active main menu items highlighted in red. Is it possible to set the active items on the mobile menu to also be highlighted in the same colour?

Thanks, Paul
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Paul

To amend you can add the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

Edit to taste...

.slicknav_menu .active a {
color: #D80000;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Paul

To just affect the immediate child you can use the following instead...

.slicknav_menu .active > a {
color: #D80000;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!