Home › Forums › Basel support forum › Change Text Color of the header Change Text Color of the header This topic has 3 replies, 3 voices, and was last updated 7 years, 5 months ago by Bogdan Donovan. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts July 11, 2017 at 9:11 am #16202 flintstopParticipant How can I change the color of the text color of the header? The position where I want to change the Font Color is marked on the image below. Thanks Attachments:You must be logged in to view attached files. July 11, 2017 at 11:08 am #16209 Artem TemosKeymaster Hi, You can change this color in Theme Settings -> Styles & Colors. Regards July 12, 2017 at 5:45 am #16233 flintstopParticipant I tried all the settings in theme>styles and color but no settings change the font color of the browse category as I want. Can u be more specific which settings should I change. July 12, 2017 at 6:50 am #16235 Bogdan DonovanKeymaster 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 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register