Hello, is it possible to center the Mega Menu?
And also how can i make Bold the Category Titles in the Mega menu?
Thanks in advance.
This topic has 8 replies, 3 voices, and was last updated 5 years, 4 months ago ago by John Holden
Hello, is it possible to center the Mega Menu?
And also how can i make Bold the Category Titles in the Mega menu?
Thanks in advance.
Hello,
1) Try to add the next code in Theme Options > Theme Custom CSS:
.nav-sublist-dropdown {
left: 50% !important;
transform: translateX(-50%) !important;
margin: 0 !important;
animation: et-fadeIn .3s ease !important;
display: block;
opacity: 0;
visibility: hidden;
transition: all .2s ease-in-out;
}
.item-design-mega-menu {
position: static;
}
.item-design-mega-menu:hover .menu-static-block.nav-sublist-dropdown {
opacity: 1;
visibility: visible;
}
2)
.item-design-mega-menu .menu-parent-item > a {
font-weight: bold;
}
Regards
It works perfectly!!!!!
THANKS
You’re welcome!
Regards
Hello iv noticed that in the menu there is one title that dosent change to BOLD,
please see the print screen. How can i fix that?

Hello,
Change the previous code to:
.item-design-mega-menu .nav-sublist-dropdown .item-level-1 > a {
font-weight: bold;
}
Regards
Thank you very much it works fine!
Hi,
Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!
If you have a quick minute we always appreciate a 5-star rating on our theme!
https://themeforest.net/item/xstore-responsive-woocommerce-theme/reviews/15780546
Your feedback is the motivation to improve our work and services.
Regards,
Hung PD
The issue related to '‘MEGA MENU’' has been successfully resolved, and the topic is now closed for further responses