I don't know how to change the beige/light-brown header color in the Aurum theme configured as a bookstore. I have tried a bunch a CSS commands and none work. I have also searched through the discussions and could not find anything that works.
I am surprised that Header Color is not one of the options in the custom skin.
The header background is overwritten by Custom CSS we have added, because normally the header color is changed by skin, so to apply your own color, add this CSS to custom CSS in the very last line of code:
body header.site-header.header-type-1, body header.mobile-menu .mobile-logo { background: #fff !important; }
Hello:
I don't know how to change the beige/light-brown header color in the Aurum theme configured as a bookstore. I have tried a bunch a CSS commands and none work. I have also searched through the discussions and could not find anything that works.
I am surprised that Header Color is not one of the options in the custom skin.
Please help.
Hi Ivan,
The header background is overwritten by Custom CSS we have added, because normally the header color is changed by skin, so to apply your own color, add this CSS to custom CSS in the very last line of code:
Then you can change that#fff
to your own color.Hi Ivan,
In which .php do you ad the color code that you posted?
Thank you.
Regards Alex
Thank you. Custom CSS of course :-)