Hi,
I have changed my logo to “stacked” - The background of the logo is white?
I can’t seem to find how to change it to the grey?
Hi,
I have changed my logo to “stacked” - The background of the logo is white?
I can’t seem to find how to change it to the grey?
Hi @envirogroup,
Please find this code in X > Theme Options > CSS:
.x-navbar {
background-color: #737373;
}
then update it to:
.masthead .x-logobar, .x-navbar {
border-bottom: 0;
background-color: #737373;
}
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.