Home Forums Basel support forum Homepage Blog Image Zoom and Color

Homepage Blog Image Zoom and Color

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

    themetom
    Participant

    HI,
    i want to change the zoom color in homepage blog preview thumbnail. Now when the image zoomed appear black or shadowed. It’s possible to have only zoom without shadow color on zoom?

    Thanks for the help.

    #4828

    Artem Temos
    Keymaster

    Hello,

    Please provide some screenshot of the thing you want to change so we could create it on our development site and give you some working code snippet.

    Regards

    #5086

    themetom
    Participant

    Hi,

    I would remove the shadow in the preview of the blog post. On magnifyng the image becomes darker.
    it’s possible to remove the shadow or dark color?

    #5096

    Artem Temos
    Keymaster

    Hello,

    If you want to change this color on zoom you can use this code snippet

    .blog-post-loop .post-img-wrapp {
        background: red;
    }

    To remove dark color completely add this one

    .blog-post-loop:hover>.entry-header .post-img-wrapp>a {
        opacity: 1;
    }

    Regards

    #5109

    themetom
    Participant

    Ok!! Works!

    Thank you a lot!

    #5121

    Artem Temos
    Keymaster

    Great, you are welcome!

Viewing 6 posts - 1 through 6 (of 6 total)