Dear support team,
On the page https://tierarzt-bergamlaim.de/ I use a user-defined background image for the “LOGO AREA” as well as for the “MAIN CONTENT”. This is also desired for the view on the computer and works quite well so far.
Unfortunately, the background image does not work on the phone or tablet:
see screenshot mobile phone: https://osmosis.de/support/tierarzt/mobile-1.jpg
and see screenshot tablet: https://osmosis.de/support/tierarzt/tablet.png
How can I ensure that the background image for the “LOGO AREA” and the image for the “MAIN CONTENT” do not appear on the mobile phone and on the tablet and are therefore hidden?
Could you please help me with a script here?
Kind regards, Diana Steib
Hey Diana,
Thanks for contacting us!
I added following code to bottom of Quick CSS field in Enfold theme options > General Styling
@media only screen and (max-width: 1300px) {
.header_color .header_bg, .main_color { background: #ffffff; }
}
Please review your website :)
Best regards,
Yigit
Many Thanks. This script works perfectly.
Greetings, Diana