Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #263573

    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

    http://www.leanerbydesign.com

    Cheers

    Steve

    • This topic was modified 10 years, 6 months ago by stevereed1968.
    #263716

    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

    #263794

    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

    #265788

    Anyone?

    #266151

    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

    #266154

    perfect, really appreciate the help

    Steve

    #266156

    Hi!

    You are welcome Steve, glad we could help! Have a nice weekend :)

    Regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Remove Animation from slider only’ is closed to new replies.