This topic has 2 replies, 2 voices, and was last updated 1 years, 10 months ago ago by Tony Rodriguez
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:
Hello, @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