Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #441267

    Hey there,
    i’ve set a background image for the header, but it want it to dissapear for the mobile version.

    How to achieve this?
    I’ve tried to do it via css media queries on .header-color but i couldn’t get it to dissapear.
    Weren’t there extra settings specific for the mobile header once?
    Thank you.

    #441409

    Hey labla!

    Thank you for using Enfold.

    You can add this in the Quick CSS field:

    @media only screen and (max-width: 767px) {
    .header_color .header_bg {
    background-image: none !important;
    }}

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.