Edit Font on SubMenu (drop-down)
-
Hello Xtemos!
Very nice theme!!
Is it possible to edit the font on the Header Sub-Menu (in the dropdown)?
I need to remove the caps font. And maybe decrease the size of it.
Thank you so much.
Hello,
Thank you so much purchasing our theme and contacting our support center.
Yes, you can use this code snippet to change menu items font
body .basel-navigation .menu>li.menu-item-design-full-width .sub-menu>li>a,
body .basel-navigation .menu>li.menu-item-design-sized .sub-menu>li>a {
text-transform:none;
font-size:14px;
}
Kind Regards
XTemos Studio
Thank you so much, it worked very well!
The topic ‘Edit Font on SubMenu (drop-down)’ is closed to new replies.