Is this possible?
Hey crewneck!
Please add following code to Quick CSS
@media only screen and (max-width: 480px) {
.logo img { opacity: 0 !important; }
.logo a { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); background-size: contain; background-repeat: no-repeat; }}
Best regards,
Yigit
Great! Thanks Yigit!
Is it possible to display a custom background in the header on mobile devices as well?
Hey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) {
.header_bg {
background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png)!important;
background-repeat: no-repeat;
background-size: contain;
}}
Best regards,
Yigit
So cool! Works flawlessly
Thanks!