Home Forums WoodMart support forum Problem with ADVANCED TYPOGRAPHY

Problem with ADVANCED TYPOGRAPHY

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #124115

    Felixwebsimple
    Participant

    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.
    #124120

    Felixwebsimple
    Participant

    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

    #124203

    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

    #124206

    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

Viewing 4 posts - 1 through 4 (of 4 total)