Hello,
Is there a way to hide the category description on mobile so it doesn’t show up as it does on a normal browser, please see attached screenshot:
Theme version: 8.3.9 WooCommerce version: 6.1.1Hello, @David,
Please copy and paste the below-given CSS code to XStore >> Theme Settings >> Theme Custom CSS >> Global CSS and check back to your site after removing the cache.
@media(max-width: 767px){
.tax-product_cat .term-description {
display: none !important;
}
}
Regards 8Themes Team.
Tagged: category, description, hide, mobile, template, woocommerce, wordpress
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.