Blog Post Images - by Jimbo - on WordPress WooCommerce support

This topic has 4 replies, 3 voices, and was last updated 8 years, 9 months ago ago by Jack Richardson

  • Avatar: Jimbo
    Jimbo
    Participant
    June 6, 2015 at 10:34

    Hi guys,

    Hope you are well?

    I notice when adding a featured image to a blog post it adds a link icon when hovering over the image and also an icon to enlarge the image?

    Can these be disabled?

    Are there any settings that deal with this in theme settings?

    Link in private content.

    Thanks in advance 🙂

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    June 8, 2015 at 10:50

    Hello,

    Please add this code in custom.css file:

    .blog-post .wp-picture .btn_group {
       display: none !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Jimbo
    Jimbo
    Participant
    July 19, 2015 at 22:07

    HI,

    is there a way of stopping the blog post image from having the overlay on hover? it seems to brightne the image when you hover on it.

    Can I remove this please.

    many thanks

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 20, 2015 at 07:32

    Hello,

    Try the following css code in custom.css:

    .blog-post .wp-picture .zoom >i {
       display: none !important;
    }

    Best regards,
    Jack Richardson.

  • 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.