This topic has 9 replies, 3 voices, and was last updated 2 years, 11 months ago ago by Trotyl
Hello,
In XSTORE>Header Builder>Dropdown menu I pick font what I want to use, but this font changed in normal dropdown menu only.
In megamenu font is diffrent, In what place i can change style of megamenu font etc.?
In tutarial i didnt find anything about this, there is some separate menu for megamenu settings?
Hello,
Do you use static block to create mega menu? Could you provide URL and temporary wp-admin access?
Regards
I see also other problem, i change font of body to Arimo.
But in MEGAMENU and in body font is still Raleway…
So its two problems:
1. How to change font in megamenu
2. Why font in body didint change after changing settings
Please see screenshots – https://prnt.sc/22t5b3c https://prnt.sc/22t5irf Clear cache and check one more time.
Regards
true, second problem was cashe, but what with font in megamenu?
its only way to use font from body?
Can I have diffrent font in megamenu and in body
Hello,
We’ll fix that in 8.0.12 theme update. If you want to change it now we could send you a custom code. Just let me know.
Regards
yes please
and btw. code for turn off vertical separators in columns in megamenu (they are very slim, but i want to dissappear them)
Hello,
Add the below code to Theme Options > Custom CSS
.et_b_header-menu.et_element-top-level .nav-sublist-dropdown .item-link {
font-family: Roboto Condensed;
text-transform: uppercase;
}
.et_b_header-menu:not(.header-secondary-menu) .item-design-mega-menu .nav-sublist-dropdown .container>ul>li:not(:last-child) {
border: none;
}
Regards
Thank you very much
The issue related to '‘Changing font style in megamenu problems’' has been successfully resolved, and the topic is now closed for further responses