How to change style of title in mega menu?
-
Hi, see attachment. I need to change css of title in mega menu. I assigned class to column, but it does not influence on title.
class named: left_menu_title_red
Attachments:
You must be
logged in to view attached files.
it happens because this class added to <UL…>
instead span of title. question is how to add class to title
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .vertical-navigation .menu-mega-dropdown .sub-menu>li>a {
color: brown;
}
Set the styles as per your needs.
Best Regards
thx 🙂
and if I need items of submenu, what’s name of class?
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .vertical-navigation .menu-mega-dropdown .sub-sub-menu li a {
color: red;
}
or use this selector body .vertical-navigation .menu-mega-dropdown .sub-sub-menu li a
Best Regards
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘How to change style of title in mega menu?’ is closed to new replies.