Hi
I am trying to swap the arrow rollover on the large image of the magazine element on my homepage for a custom element.
At present, both the arrow and the logo are showing.
Any ideas?
Cheers!
Mike
Hi cannan!
I’m not sure which image you are referring to, could you provide us with a screenshot highlighting the issue please?
Best regards,
Rikard
Hey cannan!
Thank you for using Enfold.
Can you please provide a screenshot of the rollever effect that you want?
Regards,
Ismael
Hi!
Thanks for the screenshot. I can only see the default rollover when viewing the site, what icon would you like to replace the default one with?
Regards,
Rikard
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and change image URL
.image-overlay.overlay-type-extern .image-overlay-inside:before {
background-image: url(https://dl-web.dropbox.com/get/Public/GTA-Emblem.png?_subject_uid=14975671&w=AAC04m0MP-DemVOBWQTigTUlaRZBgH9K_1Yc8anQMPqSng);
background-repeat: no-repeat;
background-position: 50% 50%;
content: ''!important;
}
Regards,
Yigit