Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #27685

    How can i turn off the hover style on a linked image?

    Greets,

    Jan

    #134982

    Same question here.

    #134983

    Hi,

    Please add this on your custom.css or Quick CSS

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

    Regards,

    Ismael

    #134984

    Alright, this works for all images.

    Is it possible to have this only for images like commercial and not for the blog posts?

    Greets

    #134985

    Hi,

    Add .blog, or the page id of your blog page.

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

    Please give us a link to your blog page.

    Regards,

    Ismael

    #134986

    Thanks Ismael. I’ll give it a try.

    EDIT: Doesn’t work for me. I’ll explain what I need:

    Currently almost all pictures have the option to open when clicking on them. Most of the pictures (like an image on top of a blog post) don’t need that option. I just want to be able to show an image with no fancy options.

    I don’t want to disable the whole plugin since I will use it in galleries and other specific pages.

    Thanks.

    #134987

    Solved.

    Thanks.

    #134988

    Hey,

    Glad it worked.

    Cheers,

    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Turn off – hover style – linked image’ is closed to new replies.