Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #424122

    How can I hide the background I set for color section on mobile and also how can I hide some images on mobile?

    #424127

    Hi sasha!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-section > div {
      background: none!important;
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field

    Regards,
    Yigit

    #424378

    Doesn’t work – still shows…?

    #424715

    Hey!

    Please try changing the code to following one

    @media only screen and (max-width: 480px) {
    .avia-section > div {
      background: none!important;
    }}

    If that too does not help, please post the link to your website. We may need a temporary admin login as well

    Regards,
    Yigit

    #431686

    Thanks

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Hide backgrounds and images on mobile’ is closed to new replies.