Home Forums WoodMart support forum Issue with Styles After Updating Woodmart Theme to New Version

Issue with Styles After Updating Woodmart Theme to New Version

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

    a.ichshenko
    Participant

    We’ve ran into an issue with styles on our buttons after updating the Woodmart theme after a long time.

    Attachments:
    You must be logged in to view attached files.
    #554883

    Luke Nielsen
    Keymaster

    Hello,

    Add these few properties to your custom code in Theme Settings: https://prnt.sc/Vyr767p6bdcJ

    Also, the code below define in the “Desktop CSS” area in Theme Settings -> Custom CSS:

    .whb-general-header .wd-header-nav .wd-nav {
        align-items: center;
    }

    Kind Regards

    #554998

    a.ichshenko
    Participant

    Thank you Luke, just 1 more thing CSS-wise about dropdown hover overs.

    Attachments:
    You must be logged in to view attached files.
    #555138

    Luke Nielsen
    Keymaster

    Hello,

    In general, it’s not a bug, because in the latest updates the structure of the header, menus, etc. was changed.

    Use the code below for help:

    .whb-general-header .wd-dropdown-menu .woodmart-nav-link {
        padding-right: 18px;
        padding-left: 18px;
    }
    
    .whb-general-header .wd-dropdown-menu.wd-design-default {
        padding: 10px 0;
    }

    Kind Regards

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