hi, i am trying to remove the description of categories in the menu view. does anyone know how to do it?
Theme version: 1Hello, @lucam997,
Could you please share the screenshot of the “description of categories in the menu view” you are talking about and please share the live URL as well so that I will further check it for you and help you out?
Regards 8Themes Team.
attached the link with the screenshot : https://ibb.co/9VzN5bX
Hello, @lucam997,
You have to edit the particular product category and remove the description from the description box and it will solve your issue: https://postimg.cc/RJn8jWPS
OR you can try with this Custom CSS, you can paste the Custom CSS code under XStore >> Theme Settings >> Theme Custom CSS >> Global CSS:
.category-description, .page-description, .term-description {
display: none !important;
}
Regards 8Themes Team.
the code doesn’t work
it’ s a staging website
Hello, @lucam997,
Actually, the above CSS was tested on my test site and working fine for me, but not on your site, so please try with the below-given CSS code and check back to your site after removing the browser cache.
.term-description.et_second-description {
display: none !important;
}
And if still it will not work for you, then please share the WP Admin Login details of your site in the private content area of this topic, so that I will solve it for you on your site.
Regards 8Themes Team.
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.