Okay
  Public Ticket #3117808
Change Mobile Header Background
Closed

Comments

  •  3
    mxvllhrdt started the conversation

    Hi, is it possible to give the mobile header a background color, while on tablet and desktop its transparent?

    Thank you!

  •  279
    Noah replied

    Hi there,

    Could you try the following CSS:

    @media only screen and (min-width: 1px) and (max-width: 690px){
    body #header-outer {
       background-color:red !important;
    }
    }
    

    add it to salient \ general settings - css script related - custom css code.

    Adjust the red to whatever color you want.
    Cheers.