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

    Hello!

    Is there anyway to disable a logo area background image on mobile? It’s not stacking right on mobile devices and we’d rather not have it display at all. I have included login credentials below.

    Any assistance is appreciated!

    #1407076

    Hey vantagepointmg,

    Thank you for the inquiry.

    Adding the following css code should disable the header background on mobile view.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .header_color .header_bg {
        background: none !important;
      }
    }
    

    Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css modification.

    Best regards,
    Ismael

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