Home Forums WoodMart support forum HOW TO HIDE IMAGE FEATURES IN BLOG

HOW TO HIDE IMAGE FEATURES IN BLOG

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #216042

    licbalderass
    Participant

    Quiero que no se muestre la imagen destacada en una publicación de un POST, ya intente el codigo
    .post-single-page.blog-design-default-alt .entry-thumbnail {
    margin-bottom: 15px;
    display: none;
    }
    pero no funciona, sigue mostrandose la imagen.

    #216101

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .post-single-page.has-post-thumbnail .article-inner>.entry-header {
        display: none;
    }

    Best Regards

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