Deactivate the “View Large” hover effect on the Blog page for the featured image

This topic has 4 replies, 3 voices, and was last updated 7 years, 10 months ago ago by Eva Kemp

  • Avatar: equality
    equality
    Participant
    June 3, 2016 at 15:42

    hello,
    i would like to remove the view large effect at the posts for featured image and if is possible to appear the images at their normal sizes

    3 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 3, 2016 at 17:45

    Hello,

    Please show a page where you want to make modifications.

    Best regards,
    Jack Richardson.

    Avatar: equality
    equality
    Participant
    June 4, 2016 at 13:55

    Per example here,i have deactivated the effect but still appears the phrase “view large”.I want to know also how to appear the images at their normal sizes

    Avatar: Eva
    Eva Kemp
    Support staff
    June 6, 2016 at 09:35

    Hello,

    Add this code in Global Custom CSS:

    .wp-picture .btn_group a {
       display: none;
    }

    Your original image is too small, if you want to show it full width you need use this css code:

    .wp-picture img {
       width: 100%;
    }

    But it will be blurred because of small sizes. Upload high resolution images.

    Regards,
    Eva Kemp.

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.