1. ukfish1
  2. Sherlock Holmes
  3. Commercial Templates
  4. Friday, 26 June 2020
  5.  Subscribe via email
ref: http://www.brightonwebdesigner.co.uk/

trying to change the active menu item in the left hand menu to bold (ie the same as when the menu items are rolled over.

I have changed the following but it doesn't seem to work.

.hornav > ul > li > a:focus,
.hornav > ul > li > a:active {
text-decoration: none;
outline: none;
color: #000;
font-weight: 600;
}

Thanks, Paul
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Paul

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.hornav ul li.active a {
font-weight: bold;
color: black;
}


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

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


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