Home Forums WoodMart support forum Change the text color – topic 2 Reply To: Change the text color – topic 2

#216376

Hello,

I saw the screenshot you attached. To change the color of the menu in the topbar you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.whb-top-bar .whb-secondary-menu .item-level-0 > a {
color: red;
}

Best Regards.