Hi all,
as the topic suggests: how would I hide the header background image on mobile and show only logo.
I clicked myself through the forum, but none of the suggestions worked for me.
Can you help, please?
txs
Stefan
Last thing I tried was:
`@media only screen and (max-width: 767px) {
.home #av_section_1 {
background-image: none;
}
}
Hey Stefan,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.header_color .header_bg {
background: none;
}
}
Best regards,
Rikard
Thanks Rikard,
…after the 3rd reload it worked on Android incognito browser… :-)
And sorry. I forgot to save the admin access, this should work now if you’d like to have a look.
Now I have to center the logo… I’ll give it a try and get back to you.
txs
S