Home Forums WoodMart support forum How to recreate "Small Categories" demo Reply To: How to recreate "Small Categories" demo

#55184

Hello,

Please try this code, add it to Theme Settings > Custom CSS

.woodmart-navigation .item-level-0>a:hover > span {
    display:inline-block;
border-bottom:2px solid green;
}

If the code is not workable, please send me your site admin access.

Best Regards