How to remove image from post

Home Forums Jevelin Theme How to remove image from post

Home Forums Jevelin Theme How to remove image from post

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • worldofpixels
    Participant

    Hi,

     

    Can you please tell me how to remove the product image from a cerain post.

     

    I already have

    .single-product.postid-8600 .sh-woo-layout-image, {
    display: none;
    }

    But I still have this big image on top of http://www.worldofpixels.be/product/canvas/

     

    Kind regards,

    Ben

    Solution for this topic

    Hi Ben,

     

    I hope you are well today and thank you for your question.

     

    To make the code work, just remove the comma in your shared CSS code as following.

     

    .single-product.postid-8600 .sh-woo-layout-image {
    display: none;
    }

     

    Best regards,
    Shufflehound team

    worldofpixels
    Participant

    This works perfectly, it can be closed, thank you !

    You are most welcome here 🙂

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