Home Forums WoodMart support forum Mobile categories visible on shop page

Mobile categories visible on shop page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #68816

    nephyhlim
    Participant

    Hey there

    is it possible to enlarge the categories on the shop page on mobile without the user having to click the down arrow? See img

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

    Hello,

    Please add this code to Theme settings > Custom CSS > Mobile/Tablet:

    .woodmart-product-categories {
    	display: block!important;
    }
    
    .woodmart-show-categories {
        pointer-events: none;
    }

    Best Regards

    #68939

    nephyhlim
    Participant

    Hey thank you that worked like acharm.

    Now it is on every shop page though 🙁

    is there a possibility to animate the down arrow so that it slightly goes up and down? Just like the back arrow when you are on a category page?

    Many thanks already!

    #68953

    Hello,

    Now, by default, it works so – it slightly goes up and down.

    Delete the code we have provided above.

    Best Regards

    #68980

    nephyhlim
    Participant

    Hey Elise

    sorry but the categorry arrow does not move a bit on chrome mobile. Can you confirm this?

    #68998

    Hello,

    What do you mean? On Chrome it is opened without any problems https://gyazo.com/a56b31e2ce1c38297db5f4b6a22c6086

    Best Regards

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