Product categories Description
-
Hi,
How to remove the Product categories Description from categories page of mobile view only
Thanks
Hello,
Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.woodmart-archive-shop .term-description {
display: none;
}
Regards.
Xtemos Studios
Thanks it worked, also I need to remove the category menu below the category tittle for mobile view
Hello,
You are Most Welcome.
To remove the categories from the mobile menu Please Go to Woodmart >> Header Builder >> Edit Header and edit mobile menu and disable the option.
Screenshot for Clarification: https://prnt.sc/123awz1
Best Regards
Hope you talking about mobile menu…wht I asked you is diffrent. plz check below link
https://prnt.sc/123c9gm
Hello,
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.wd-btn-show-cat.wd-action-btn {
display: none;
}
Best Regards.