Hide category description on mobile
-
Hi,
would it be possible to hide the description of category, on mobile version?
If yes, how?
Kind regards
Hello,
Please provide the category URL with the description.
Best Regards
Hello,
OK, consider this one.
Again, the purpose is only to “hide” it on mobile.
https://polinacouture.com/categorie/echarpe-foulard/echarpes-snoods/
If it’s not possible, I will erase them all. Too heavy on mobile.
Kind regards
Hello,
Add this code to the Theme Settings > Custom CSS > Mobile:
.term-description{
display:none;
}
Best Regards