Hi guys.. i use this code to change logo on some pages. and on desctop pages it works but on mobile pages, with code or without, logo doesn’t changes to transparent style. How to solve this problem?
Hey pddcoms,
Try adding this css code in Quick CSS (Located in Enfold > General Styling):
@media only screen and (max-width: 767px) {
.page-id-4383 .logo img {
opacity: 0;
}
.page-id-4383 .logo a {
background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png);
background-repeat: no-repeat;
background-size: contain;
}
}
Just replace the background image’s url with the url of your logo.
Best regards,
Nikko