Blog Post Feature Images – Remove Lightbox effect

Support Forums for LiveMesh Themes & Plugins Forums Austin Theme Support Blog Post Feature Images – Remove Lightbox effect

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #20304
    GarethDuncan
    Member

    Good day!

    I want to remove the lightbox activity on the blogpost feature images when you hover over them.

    I’ve used this code: .image-info {display:none!important}

    But my feature image still transforms… the above code only removed the blue colour and white text.

    I want it to be standstill and link to the blog.

    Can you help?

    #20312
    Veena
    Moderator

    Pls use the below custom CSS in themeoptions –

    .post.type-post .image-area:hover .image-info {
        opacity: 0 !important;
    }
    .post.type-post .image-area:hover .thumbnail {
        transform: none !important;
    }
    
    #20318
    GarethDuncan
    Member

    Hi. Just added it. Still not resolved.

    Can I give you logins to check?

    Please let me know.

    #20325
    Veena
    Moderator

    Yes please share a temp login as a private msg .

    #20327
    GarethDuncan
    Member
    This reply has been marked as private.
    #20351
    GarethDuncan
    Member

    Hi. I sent a private message. Still no reply? Or update?

    #20358
    Veena
    Moderator

    I don’t see any issue . Is this issue resolved ?

    #20359
    GarethDuncan
    Member

    Not resolved. On desktop device, if you hover the mouse over blogs feature images on home page and blogs page, the feature image lifts up with white screen effect.

    I want the feature image to be static and click through to blog. I don’t want it to transform.

    I’ve tried various codes, but it doesn’t help.

    #20378
    Veena
    Moderator
    This reply has been marked as private.
    #20381
    GarethDuncan
    Member

    It is fixed now. Thanks for your effort and help.

    Great theme.

    #20382
    GarethDuncan
    Member

    Oh wait… I see what the issue is… Still transforms on Mac’s Safari browser. Fine on other browsers.

    #20400
    Veena
    Moderator

    Pls modify the below custom CSS from –

    .post.type-post .image-area:hover .thumbnail {
        transform: none !important;
    }
    

    to

    .post.type-post .image-area:hover .thumbnail {
        transform: none !important;
        -webkit-transform: none !important;
    }
    
    #20402
    GarethDuncan
    Member

    It works! Thank you.

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Blog Post Feature Images – Remove Lightbox effect’ is closed to new replies.