Hi,
Is it possible to have another logo when activate the Shrinking Header?
Because when it’s shrinked the log is getting pixelized.
Regards,
Hey resbangkok!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.header-scrolled .logo img { opacity: 0; }
.header-scrolled .logo a { background-image: url(LINK-TO-YOUR-LOGO); }
Regards,
Yigit
Hi Yigit,
Ok perfect, thank you!