1. Varelmann
  2. Sherlock Holmes
  3. Commercial Templates
  4. Wednesday, 01 March 2023
  5.  Subscribe via email
Hi Ciaran,

how can i change all the colors in Main Menu?
(active, hover und visited ...)

Thank you and kind regards
Michael
Attachments (1)
References
  1. http://s414973493.online.de
Accepted Answer Pending Moderation
0
Votes
Undo
I use the following code in the Custom CSS field.


.hornav a:link {
color: #DF7401;
}
.hornav a:visited {
color: #40FF00;
}
.hornav a:hover {
color: #7401DF;
}
.hornav a:active {
color: #B404AE;
}


But maybe Ciaran has a better, simpler code :D

Kindly,
Chris
  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!