Home Forums WoodMart support forum How to hide uncategorized section from header Reply To: How to hide uncategorized section from header

#295220

Hello,

Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.woodmart-archive-shop li.cat-item.cat-item-15 {
    display: none;
}

If you are trying to ask anything else then please provide me with some relevant screenshots of the specific area to check it myself and help you out accordingly.

Best Regards