Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #200748

    Hey,
    This theme is the best yet!

    Im adding some images to my site and linking them to other pages.. Some of the images i link i don’t mind the hover over arrow that shows up, and some images i would like to disable this feature. Any tips?

    My site: http://takeholdprinting.com

    #200794

    Hi pc37075!

    On which images would you like to hide it?
    You can use following code to hide it globally

    .image-overlay { display: none!important; }

    Regards,
    Yigit

    #200857

    i like hiding it for the (free design help, free set up….) image.

    but the blog images below i like having it for :)

    #200861

    Hi!

    Please try using following code

    .avia-builder-el-2 .image-overlay { display: none!important; }

    That should do it

    Regards,
    Yigit

    #200917

    wonderful! thanks so much! :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to disable the hover over arrow when linking an image’ is closed to new replies.