Hi,
Is it possible to replace the logo with another image, if the site is below 767px?
I believe this is the area to change it in:
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
Thanks,
Sandra
Hi Sandra
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.logo img { opacity: 0; }
.logo a { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); background-repeat: no-repeat; background-size: contain; }}
Best regards,
Yigit
You are my hero!
Thanks