Tagged: animations, slider
HI
Is it possible to keep the animation and spinning circle on certain linked images, but remove it from the linked slide image on the front page?
And is it possible to just remove the spining circle from the other linked images but keep the ‘opaque’ part for linked images
The front page should explain
Cheers
Steve
Hey stevereed1968!
Thank you for using the theme!
You can remove the inner image overlay or the circle with this on Quick CSS or custom.css:
span.image-overlay-inside {
display: none;
}
I’m not entirely sure where you want the overlay to show or where you don’t so if you can give us a list of specific elements, that will be great.
Regards,
Ismael
Thanks for the advice
Well, on the front page, I have a slider with a button on it at the tip of the page. Ideally I don’t want that to become obscured with an animation of any sort.
BUT, the other image elements below, the ones like ‘coaching, shop, etc etc can have an overlay as they have no button
Hope that makes sense?
Best
Steve
Anyone?
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home #av_section_1 .image-overlay { visibility: hidden; }
Best regards,
Yigit
perfect, really appreciate the help
Steve