1. ntsnet
  2. Sherlock Holmes
  3. Commercial Templates
  4. Thursday, 17 October 2019
  5.  Subscribe via email
Hi,

I have menus in the sidecol_2a and have been trying to change the font colour with custom css, but can't seem to get it to work. From the css sheet I thought the following code would change things -

.module .module_content ul.menu li ul li a {
color: #426e4b;
}

This doesn't seem to have any affect though.
Can it be done, or have I got the wrong bit of css?
Many thanks
Paul
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Paul

Would you have a URL to an example of your menus?

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

Site is just building, but you can see the menu here - http://www.somersetcaninemassage.com/index.php/aout-canine-massage

Thanks,
Paul
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

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

.module .module_content ul.menu li a {
color: #426e4b;
}


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

Thank you, that worked! I can see now where my css wasn't quite right....

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


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