Best Premium and Free WordPress Themes › Forums › Online Shop › How to hide category description on main menu ? › Reply To: How to hide category description on main menu ?
February 21, 2023 at 6:59 pm
#106018
syknarf
Participant
Just found the way to do it.
In case anyone need it, add these code in Additional CSS:
.at-menu-desc {
display: none;
}
Regards.