1. artifactis
  2. Commercial Templates
  3. Wednesday, 13 March 2013
  4.  Subscribe via email
Hello

Im trying to have the menu items light up red when i am on the page the menu directs too.

I have tried editing the template.css by adding.


#hornav a:focus {cursor:pointer; display:block; text-decoration:none;background-color: #ed3237}
#hornav a:focus span{cursor:pointer; display:block;}


This has no effect.
what am I missing?
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Arthur

Try adding the following...


[code type=css]#hornav li.current a {
color: #4B497A;
}[/code]

Where #4B497A is the new color to your 'current' menu item.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
thanks ciaran

that worked great!

I placed it on line 227 of template.css
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
You can put it to the end of your templates template.css to the same effect.

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!