Home › Forums › WoodMart support forum › "Menu-category-7" size issue › Reply To: "Menu-category-7" size issue
February 19, 2018 at 12:50 pm
#40874
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.menu-item-design-sized .sub-menu-dropdown>.container > p {
display: none;
}