Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #874367

    stonerome
    Participant

    I’ve seen others have this issue, and have tried those things to no avail:

    http://www.dentalaireproducts.com/parts/

    I can give you access privately…

    #874884

    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! The featured image is not showing because you have added a custom css the hides the featured image. To display feature product images in Woocommerce pages, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .woocommerce .entry-featured,
    .woocommerce-page .entry-featured {
        display: block !important;
    }

    Please let us know if this works out for you.