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

    Hi, I have a sidebar ad which is an image that links to a page. When a user puts their cursor over it, a green circle with an arrow shows. How do I disable it?

    #608080

    Hi phillipikoo!

    We would love to assists you, but we would need to check your web site, so we can see what you need to implement.
    Thanks a lot for your understanding

    Cheers!
    Basilis

    #608625

    Hey Basilis. Here is the webpage for my client:

    #608738

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    #image-2 {
    .image-overlay {
        visibility: hidden;
    }
    }
    

    Thanks,
    Rikard

    #609288

    I just tried it and I’m still seeing it.

    #609338

    Hi!

    please try the below code to disable image overlay from all images.

    .image-overlay {
        visibility: hidden;
    }

    To disable only on the sidebar image try the below code

    .jetpack-image-container .image-overlay {
        visibility: hidden;
    }
    

    Regards,
    Vinay

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.