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?
Site URL: hidden Theme version: latest WooCommerce version: latestHello,
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
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.