Hi,
Is it possible to make a responsive logo in the Enfold theme like this link below?
https://modulesunraveled.com/blog/how-use-multiple-logos-responsive-design
Thanks!
Tony
Hey same-d!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) {
.logo img { opacity: 0; }
.logo a { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); }}
Cheers!
Yigit
Hi Yigit,
Thanks for answering! This is what I was looking for :)
Cheers!