Problem with ADVANCED TYPOGRAPHY
-
As you can see on my screenshot I have enabled hover coror red for my menu items, but does not seem to work. Looks like it uses color from primary color selection, after some tests I did
Attachments:
You must be
logged in to view attached files.
Also how can i remove padding from the html block used as submenu item
.menu-item-design-sized .sub-menu-dropdown {
padding-top: 30px;
padding-right: 35px;
padding-left: 35px;
}
I want these padddings to zero but using
.menu-item-design-sized .sub-menu-dropdown {
padding-top: 0;
padding-right: 0;
padding-left: 0;
}
in child theme css didnt help
thank you
Hello,
We are working on the issue of Advanced Typography and it will be fixed in the nearest update. Meanwhile please do the following:
1. Find this file: woodmart\inc\admin\assets\js\admin.js
2. Change
if (currentSectionVal == 8 || currentSectionVal == 39) {
if (currentSectionVal == 8 || currentSectionVal == 9 || currentSectionVal == 39) {
http://prntscr.com/npox23
3. Change the color by means of the selector
body .woodmart-navigation.main-nav .item-level-0:hover > a, body .woodmart-navigation.main-nav .item-level-0.current-menu-item > a
Best Regards
P.S the paddings and margins in the HTML blocks are configured and removed in the row/column settings > Desing tab https://wpbakery.com/video-academy/use-element-design-options-wpbakery-page-builder-wordpress/
Best Regards