1. smithjd44
  2. Sherlock Holmes
  3. Commercial Templates
  4. Wednesday, 15 August 2018
  5.  Subscribe via email
On the website that I have built using the Sophia template, my client is wanting to increase the font size of the dropdown menus and if possible adjust the background color upon hover.

If there is custom css code possible to do this, that would be great.

You solved my question of increasing the main menu font size.

As always, I really appreciate the support for your templates!

James
References
  1. http://regenerativemedicineofdfw.com/
Accepted Answer Pending Moderation
0
Votes
Undo
Hi James

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

Edit to taste

.hornav ul ul li a {
font-size: 16px !important;
}
.hornav ul ul li a:hover {
background-color: #cccccc !important;
}


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


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