Hi,
gibt es eine Möglichkeit das Logo über die Slideshow anzeigen zu lassen?
Wie ist da der Code?
Grüße aus Deutschland
mexi
Hi Mexi!
You can add following code to Quick CSS in Enfold theme options under General Styling tab
.logo a img {
padding: 0;
max-height: 160px;
}
You may need to adjust the values.
Best regards,
Yigit
Funktioniert leider nicht. Was mach ich falsch?
Hey!
Please add following code to Quick CSS
.logo *, .logo {
max-height: 250px!important;
overflow: visible!important;
}
Best regards,
Yigit
yeah, thats it :-) thank you Yigit :-)