Home Forums LZ Interior Decor post thumbnail – hide

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

    Hello,

    I made an inner blog-site, and i dont like that the thumpnail/featured image from the blogsite is shown again in the single post itself on the top.
    Is it possible to switch off displaying it with a simple custom css?

    url:
    https://www.bad-design3d.com/aktuelles/ (in test)

    Thank you

    #2121
    User Support
    Participant

    Hello Bettina,
    Copy below css code and paste it in Additional CSS tab to hide single post featured image.

    body.blog.wp-custom-logo.hfeed.columns-3 img.ht-page-header-img {
    display: none;
    }

    Thank You.

    #2122

    Thank you for your answer,

    what i meaned was to hide the single post image.

    .single_post img{display: none;
    }

    did it. My fault and the lanquage

    Thank you

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.