This topic has 4 replies, 2 voices, and was last updated 5 years, 7 months ago ago by Rose Tyler
How to remove the category description from the menu.
Site: https://amorosa.no/
Hello,
Thanks for using our theme.
Appearance > Menus > Screen Options > Show advanced menu properties > Description http://prntscr.com/nd3r6c and delete text from this field http://prntscr.com/nd3qtj
Regards
Hi and thanks.
It tried that already. But there is no text in that field.
I could use this is CSS, but would rather remove it by a setting in the theme.
Will this code change anything else?
.menu-wrapper .menu li a span.menu-item-descr, .mobile-nav .menu li a span.menu-item-descr {
display: none;
width: 100%;
}
Please add this code in style.css file of child-theme
.menu-wrapper .menu .menu-item-object-product_cat a .menu-item-descr {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up