Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1199043

    Hello,

    I would like to disable the background image on a given colour section when viewed on mobile. I have tried several CSS codes proposed here already, but nothing made any impact. I have given developer IDs to my colour sections already.

    Thanks,
    Magnus

    #1199659

    Hey Magnus,

    Please try this to remove the background image from the first Color Section on your site on mobile :

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

    Best regards,
    Rikard

    #1199737

    Sorry, Rikard, not change!

    Best,
    Magnus

    #1199749

    Hey Magnus,

    Rikard’s code should have worked fine but it is not being applied at the moment. Could you please create temporary admin logins and post them here privately so we can look into it?

    Regards,
    Yigit

    #1199752

    Yes, see below in private box!

    Thanks,
    Magnus

    #1200004

    Hi,

    Thanks for that. I added the code to the top of your Quick CSS box and it’s working and applying to your site.

    Best regards,
    Rikard

    #1200006

    Hi Rikard,

    thanks, but there seems to be no change still. I opened the ‘contact us’ page on an iPhone which has never accesses the site so far (excluding thus cache issues), and the background image ist clearly still there:

    https://snipboard.io/NZ5BqH.jpg

    Thanks,
    Magnus

    #1200375

    Hi,

    Please try this instead:

    @media only screen and (max-width: 767px) {
    #contactus, #contactus .av-parallax {
        background-image: none !important;
    }
    }

    Best regards,
    Rikard

    • This reply was modified 4 years, 7 months ago by Rikard.
    #1200416

    Its like jinxed – no changes – background still shows.

    #1200731

    Hi,

    Please check it now, it’s working on my end.

    Best regards,
    Rikard

    #1200808

    Thanks! Now it works, and I modified the code such that the background image is gone on any mobile device, and also did the same for our contacts page.

    Glad this works now!

    Best,
    Magnus

    #1201081

    Hi,

    Great, I’m glad to hear that it’s finally working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1201630

    Yes, works nicely, kindly close topic! Thanks so much!

    #1201836

    Hi,

    Thanks for the update, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Disable colour section background image’ is closed to new replies.