This topic has 2 replies, 2 voices, and was last updated 9 years, 9 months ago ago by Eva Kemp
Hi,
Please see my site for reference http://www.avalonia.it
I am having trouble changing the font characteristics of the drop down menu. I do not want it in upper case, and want to change to standard text. I’d also like to change the text size. Changes to the custom.css file do not seem to be having the desired effect. Can you help?
Thanks
Brian
Hello,
Please add this code in custom.css file:
.menu .nav-sublist-dropdown ul > li > a {
font-size: 10px;
text-transform: lowercase;
}
How to create custom.css is described in our video tutorial (it’s for Legenda theme but the process is the same).
Thank you.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up