1. Oliver Wilhelm
  2. Commercial Templates
  3. Monday, 18 July 2016
  4.  Subscribe via email
Can I active menu points to assign a different color???
Now all have the menu entries the same color....

But I want the active menu item has a different color . Much layer already during hover with the mouse?

Thank You :-)
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Oliver

Presuming I understand you correctly try adding the following to the Custom CSS field of your templates parameters (edit to taste)...


.hornav ul li.active a {
color: #888888;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Ciaran..thank You!!!
it is possible that the color has changed even when mouse over it?

AND:
is it possible to insert a Scoll Button same like the template Boutique?
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Oliver

To set the hover color of the active item you can also use the following....


.hornav ul li.active a:hover {
color: #888888;
}


Sorry to say there is no option for a scroll to button on our Artisan template.

Ciarán
  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!