Hi,
I have a grid of images linking to other pages. Some have a hover circle and some dont??!!
The settings are the same and the code is the same..
Any ideas please?
Hey Lol5tar,
Thanks for getting in touch with us!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.image-overlay.overlay-type-extern {
height: 100%;
width: 100%;
position: absolute;
left: 0;
top: 0;
display: block !important;
}
Best regards,
Jordan
Thaks that worked, but now the footer social images have a funny rollover. Is there a way to stop those images from having a rollover? Many thanks