-
AuthorPosts
-
March 30, 2020 at 11:30 am #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,
MagnusApril 1, 2020 at 8:52 am #1199659Hey 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,
RikardApril 1, 2020 at 1:16 pm #1199737Sorry, Rikard, not change!
Best,
MagnusApril 1, 2020 at 1:33 pm #1199749Hey 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,
YigitApril 1, 2020 at 1:36 pm #1199752Yes, see below in private box!
Thanks,
MagnusApril 2, 2020 at 7:58 am #1200004Hi,
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,
RikardApril 2, 2020 at 8:15 am #1200006Hi 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,
MagnusApril 3, 2020 at 6:18 am #1200375Hi,
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 5 years, 7 months ago by
Rikard.
April 3, 2020 at 8:54 am #1200416Its like jinxed – no changes – background still shows.
April 4, 2020 at 4:55 am #1200731April 4, 2020 at 3:53 pm #1200808Thanks! 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,
MagnusApril 6, 2020 at 3:36 am #1201081Hi,
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,
RikardApril 7, 2020 at 3:27 pm #1201630Yes, works nicely, kindly close topic! Thanks so much!
April 8, 2020 at 9:17 am #1201836 -
This reply was modified 5 years, 7 months ago by
-
AuthorPosts
- The topic ‘Disable colour section background image’ is closed to new replies.
