1. ntsnet
  2. Sherlock Holmes
  3. Commercial Templates
  4. Saturday, 02 May 2020
  5.  Subscribe via email
Hi,
I am trying to change the font size of certain menu items (in hornav position) to smaller size.
In the custom.css of the template I tried the following -
.item-578, .item-578 >a {
font-size:8px;
}
but this didn't have any effect. To double check I tried changing the colour instead of the font size but no change.
Any suggestions please?
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) where 578 is your menu item ID....

Edit to taste

.hornav > ul > li.item-578 > a {
font-size: 10px;
}



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

As always, you have the answer and that worked perfectly thank you! :D
Excellent support
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!