Home Forums Basel support forum Change Text Color of the header Reply To: Change Text Color of the header

#16235

Bogdan Donovan
Keymaster

Hello,

Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

.header-categories .menu-opener {
	color: rgba(0,0,0,.9);
}

.mega-navigation .menu>li>a, 
.widget_nav_mega_menu .menu>li>a {
	color: rgba(0,0,0,.9);
}

.mega-navigation .menu>li.menu-item-has-children>a:after, 
.widget_nav_mega_menu .menu>li.menu-item-has-children>a:after {
	color: rgba(0,0,0,.9);
}

Regards