Hi @schlaupi,
Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:
@media ( max-width: 700px ) {
.header.section { background-image: url( https://www.susa-buente.de/wp-content/uploads/2022/07/cropped-cropped-Header7.jpg ); }
}
Replace the URL with the URL of the image you want shown on mobile devices. Let me know if that does it.
— Anders
Hi Anders,
thank you for your prompt reply!
I already tried that, unfortunately it doesn’t work.
https://www.susa-buente.de/wp-content/uploads/2022/10/Portrait-Handyversion.jpg
What now?
thanks for helping
–Gudrun
Hi @schlaupi,
A small amendment was needed:
@media ( max-width: 700px ) {
.header.section { background-image: url( https://www.susa-buente.de/wp-content/uploads/2022/07/cropped-cropped-Header7.jpg ) !important; }
}
Note the !important added to the end.
— Anders
Dear Anders,
Thanks for the help, everything works now!
I am really grateful and very excited about your quick help. I love your theme even more now!!!
– Gudrun