Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #477257

    Hi all :)
    Is it possible to remove only the circle and arrow? and preserve the white animation effect
    http://imagizer.imageshack.us/a/img138/4336/o6tb.jpg

    Any help is appreciated.

    #477341

    Hi Tokyo!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    span.image-overlay-inside:before {
        display: none;
    }

    Regards,
    Yigit

    #477446

    fantastic. thanks Yigit.
    and then. is it possible to make weakest white effect? about 50% less white opacity.

    Thanks ^^

    #477813

    Hi!

    Please add following code to Quick CSS as well

    .avia_transform a:hover .image-overlay {
        opacity: 0.4 !important;
    }

    Best regards,
    Yigit

    #477900

    wow. Yigit thank you, the effect is fantastic!
    Thanks for all the answers ^^
    Best regards

    #477936

    Hey!

    You are welcome, we are always happy to help :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove only "circle and arrows" in animation on hover’ is closed to new replies.