This topic has 9 replies, 2 voices, and was last updated 2 years, 1 months ago ago by Ismael
Hello,
I have created a Mega menu, but the desktop version does not distinguish the headings of the different sections (attached image, headings surrounded by red).
How can I customise these category headers on desktop? It works fine on mobile because it is a dropdown.
PS. Image 2 is from your Demos, where the header of the mega menu is different from the rest of the sections, so it is well distinguishable.
Thank you.
Hello @Ismael,
Please provide URL of your site and temporary wp-admin access via the Private Content area, so we can take a closer look at your settings and guide you.
Regards
Enter your IP and the country from which you are accessing the server in order to unblock it.
Thanks!
Ukraine, 176.98.91.219
Regards
Please check your access again.
Thank you.
Hello,
Add the next code in Theme Options > Theme custom CSS > Desktop:
.et_b_header-menu .nav-sublist li a {
color: #888 !important;
}
Regards
Now it does change the layout of the category links.
What is the class to increase the font size of the category header?
Because the previous one changes the layout of the subcategories.
Thank you.
Hello,
This code https://prnt.sc/w2kAEc5t4c-J change only the color of these links – https://prnt.sc/1SA_sm7mL8qv
For these https://prnt.sc/e6V2aKsC8u6M the next code can be used:
.et_b_header-menu.et_element-top-level .item-design-mega-menu .nav-sublist-dropdown .item-level-1>a {
font-size: 22px;
color: red;
}
Regards
Great, thank you very much for all the help.
Tagged: color, customise, desktop mega menu, header, size, woocommerce, wordpress
The issue related to '‘Customise the size and colour of the desktop mega menu header’' has been successfully resolved, and the topic is now closed for further responses