Home Forums WoodMart support forum woodmart categories always open on mobile

woodmart categories always open on mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #169251

    perelview
    Participant

    Hello xtemos team.

    Could you please help us to keep the categories menu open by default on page load without any animation on mobile for all categories and sub-categories.

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    @media (max-width: 1024px){
    body .woodmart-product-categories {
       display: block;
    }
    body .woodmart-show-categories {
        display: none;
    }
    }

    Best Regards

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