Hi,
Could anyone tell me how to change the colour of the black banner please?
Cheers,
Tommy
Hi Tommy,
Thank you for writing in, it seems that black background on the navbar is added via a custom CSS, it could be added under Theme Options > CSS area.
.x-child-theme-active .x-navbar {
background-color: #000000;
border-bottom-width: 0px;
}
That background-color property is the one that you need to update. Here’s a color picket tool so you can change that #000000 (HEX) value.
Cheers!
Many thanks!
You’re most welcome.
Cheers!
I managed to change the colour of the banner and sub menus on the first page. Do you happen to know how I can do the same for the blogg and the other page? I can’t find it in the CSS.
Sorry, forget that question. I just saw that it’s already done.
Glad it’s working now! Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.