Menu Colour

Hi All
I would like to change the colour of the top menu, as i have a lighter colour background, the menu is barely visible.
is that something can be done easily without learning to programme?

many thanks in advance

Saj

Hi there
Hope you are having a good day and thank you for your question :slight_smile:
To make such a change, you will need to add some simple CSS code in your custom CSS section.
For example, this code will convert the colour to black,

#header .top-header .header-navigation ul li a{
    color:black !important;
}

Thanks!
Colorlib Support Team