Is it possible to replace the hover effect (circle with the arrow) by something else?
The designer wants a square.
I want to replace the circle by my own one.
Carosch
Hey carosch!
Can you please post the link to your icons that you would like to use?
Please add following code to Quick CSS in Enfold theme options under General Styling tab and replace your icon with Kriesi logo
.image-overlay.overlay-type-extern .image-overlay-inside:before {
content: '';
border-radius: 0;
background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png);
background-size: contain;
background-repeat: no-repeat;
background-position: 50% 50%;
}
Best regards,
Yigit
Perfect!
Thank you!
Carosch