Hello,
On the theme there is this nifty red circle with an arrow which appears in the hover state on images which are links, seems to be pulling from this ccs: image-overlay overlay-type-extern
My question being how can I change this image, the client wants their logo to appear there.
Thanks a bunch,
T
Hi tonyiatridis!
Please add following code to Quick CSS in Enfold theme options under Styling tab and change the link with your logo url
.image-overlay.overlay-type-extern .image-overlay-inside:before {
content: url(https://www.yourdomain.com/logo.jpg);
font-family: 'entypo-fontello';
}
Best regards,
Yigit