Change font color and size from category menu and submenu
-
How to change font color and size from category menu and submenu
Hi,
Please, provide us a screenshot of this menu and your website link for better understanding.
How to change font size and color from menu and submenu?
Attachments:
You must be
logged in to view attached files.
Try to add the following code snippet to the Custom CSS area in Theme Settings.
.header-categories-nav .categories-menu-dropdown .item-level-0 > a {
font-size: 16px;
color: #111111;
}
.header-categories-nav-wrap .categories-menu-dropdown .menu-simple-dropdown ul li a {
font-size: 16px;
color: #111111;
}
Regards
Can you give me such a CSS for the “Navigation font” menu and submenu ?
Attachments:
You must be
logged in to view attached files.
Use this code snippet
/* Change color of main menu */
.main-nav .item-level-0 > a {
color:black!important;
}
/* Change color and size of sub menu */
.main-nav .menu-simple-dropdown ul li a {
color:black!important;
font-size:16px;
}
You can control the main menu font size in Theme Settings -> Typography -> Navigation.
Perfect, thanks for your prompt support!
The topic ‘Change font color and size from category menu and submenu’ is closed to new replies.