Home Forums WoodMart support forum how to change it line color? Reply To: how to change it line color?

#39572

Artem Temos
Keymaster

Hi,

Try to add the following code snippet to the Custom CSS area in Theme Settings to change it

.menu-style-bordered .main-nav .item-level-0>a>span:not(.menu-label):after {
   background-color: red!important;
}

Regards