Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #28957

    Hi,

    I am using enfold with woocommerce and have a small issue regarding the category – image on top of the products page: Please have a look at http://www.victorias-bodyshop.com/produktkategorie/bodylotion.

    My Question:

    How can I change the size of the image (that with the green leaves on top) or delete this image completely?

    best regards,

    Andreas

    #139288

    Hi Andreas,

    In that particular page you have set a Featured Image. You can edit that page and remove featured image or you can add this following code to Quick CSS to decrease its size

    .page-thumb img { width: 300px; }

    Regards,

    Yigit

    #139289

    Hi Yigit,

    thank you – I got a working CSS to hide the image:

    .page-thumb img { display: none; }

    Best regards,

    Andreas

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘CSS Problem’ is closed to new replies.