How can I change background of the header? For the logo area, not the navbar.
Thanks
How can I change background of the header? For the logo area, not the navbar.
Thanks
Hi @rotation,
Thanks for reaching out.
If you’re referring to logo bar, and your current stack is Renew then you can change it in Theme Options > Renew > LOGOBAR BACKGROUND. Else, you’ll have to add this CSS to Theme Options > CSS with your preferred color.
.x-logobar {
background: #000;
}
And if you’re referring to the logo itself then you need to add this instead
a.x-brand {
background: #000;
}
Thanks!
that worked thanks
Glad we could help,
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.