How can Featured image don't show my main single post

Home Support X Business How can Featured image don't show my main single post

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8326
    Anonymous
    Inactive

    I want to my featured image don’t show my main post or single post. How can I create this?

    #8327
    ProDesigns
    Keymaster

    If you do not want to show featured image in blog and single post you can use following CSS:

    .blog #primary .post .featured-thumb img,
    .single #primary .post .featured-thumb img {
        display: none;
    }

    Please go to Appearance >> Customize >> Additional CSS and add aforementioned lines of CSS.

    Thank you.

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