Hi,
is there a way to disable product categories on mobiles only?
if the product has more than one category, it creates another line and leaving a big space:

or it is possible to just have one categry showing on the shop page?
This topic has 2 replies, 2 voices, and was last updated 8 years, 11 months ago ago by 8theme
Hi,
is there a way to disable product categories on mobiles only?
if the product has more than one category, it creates another line and leaving a big space:

or it is possible to just have one categry showing on the shop page?
Hello,
Add this code snippet to the custom CSS for mobile devices
.content-product .products-page-cats {
display:none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up