1. orchestra360
  2. Commercial Templates
  3. Tuesday, 06 April 2021
  4.  Subscribe via email
Can you tell me how to how to change the color of the active page link in the main menu.
Also, How to change the color of the hover in the main menu.

Thanks
Attachments (1)
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

This may vary depending on your template but in most cases to amend you can add the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

(edit to taste)

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


To edit the hover color you can also add the following (edit to taste)..

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


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


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