Home Forums WoodMart support forum change only menu colors Reply To: change only menu colors

#49421

Hello,

You can try this code:

.woodmart_additional_tab_tab .active a:after {
    background-color: #00B0F6;
}
.woodmart_additional_tab_tab .active a {
    color: #00B0F6;
}

If this code is not workable please provide access to your site.

Best Regards