Okay
  Public Ticket #839531
Header Color
Closed

Comments

  • Ivan started the conversation

    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.

  • [deleted] replied

    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:

    body header.site-header.header-type-1, 
    body header.mobile-menu .mobile-logo {
    background: #fff !important;
    }
    Then you can change that #fff to your own color.
  •  1
    Alex replied

    Hi Ivan,

    In which .php do you ad the color code that you posted?

    Thank you.

    Regards Alex

  •  1
    Alex replied

    Thank you. Custom CSS of course :-)

  •   [deleted] replied privately