Okay
  Public Ticket #3162974
Disable transparent header on mobile
Closed

Comments

  •  4
    dBrincat started the conversation

    Hi there, I would like to have the transparent header on for desktop but switch off and have a solid background on the header on mobile.


    Is this possible? Thanks!

  •  1,877
    Judith replied

    Hi There,

    Thanks for keeping in touch.

    Please try this css:

    @media only screen and (min-width: 1px) and (max-width: 999px){
    body #header-outer[data-transparent-header=true][data-remove-border=true], body #header-outer[data-transparent-header=true][data-remove-border=true].transparent {
        background: black !IMPORTANT;
    } }

    Thanks.

  •  4
    dBrincat replied

    Thanks so much!