1. Varelmann
  2. Sherlock Holmes
  3. Commercial Templates
  4. Friday, 09 February 2024
  5.  Subscribe via email
Hi Ciaran,

how can I change all the colours in the main menu?
(active, hover und visited ...)
Template Emani

Thank you and kind regards
Michael
Accepted Answer Pending Moderation
0
Votes
Undo
do have a look in template style under general and menus
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Micheal

The static colour can be set in your template style settings. For the active colour you can use the following custom CSS..

.hornav ul.menu > li.active > a {
color: red;
}


For the hover colour you can use..

.hornav ul.menu > li > a:hover, 
.hornav ul.menu > li > span:hover {
color: blue;
}


Edit to taste.

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

Thank you very much for your great support.
It works perfectly

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


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