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

    Hi. I just need a feature image on posts – no hover – no expand.
    I tried these two below. The image still expands if its clicked.

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

    Any suggestion is appreciated. Thanks much!

    #525844

    Hi rahrens!

    give us your web site link please, to check all CSS code if there is an overwite or something

    Regards,
    Basilis

    #525856

    Okay. Sent. Thx

    #525901

    Hey!

    Please insert the following css into your custom css secion:

    #top .fullsize .template-blog .big-preview {
        pointer-events: none !important;
    }

    Cheers!
    Dake

    #526067

    Perfect! Thank you!!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Removing Feature Image Expand Link’ is closed to new replies.