Mobile categories visible on shop page
-
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.
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
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!
Hello,
Now, by default, it works so – it slightly goes up and down.
Delete the code we have provided above.
Best Regards
Hey Elise
sorry but the categorry arrow does not move a bit on chrome mobile. Can you confirm this?
Hello,
What do you mean? On Chrome it is opened without any problems https://gyazo.com/a56b31e2ce1c38297db5f4b6a22c6086
Best Regards