Okay
  Public Ticket #1283598
Edit Header
Closed

Comments

  • Mike started the conversation

    Is it possible to edit the color and height of the page header? 

  • Mike replied

    Also the Main header changes to a different shade of black as the window resizes. I have tested it on multiple browsers and the change happens on all of them.

  •  2,010
    Ocean replied

    Hi,

    1. Please go to Appearance > Customize > Miscellaneous > Custom Code

    Add css code:

    #subheader{ background: your color; padding: your size; }

    2. Can you please say clearly your problem? Or send me screenshot about this. Thanks.

  • Mike replied

    Here is a link to the differing shades of the header. When it is on a desktop they are both the same shade of black, but when the window shrinks or switches to tablet or phone the top header switches to a dark black with the page header stays the same grayish black.

  •  2,010
    Ocean replied

    You can add more css code:

    header.header-mobile{ background: #222; }