Post picture / single page

Home Support Business Point Post picture / single page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9810
    Karl-Heinz Garber
    Participant

    Hello and good day,

    How and where can I set the post picture NOT to appear on the single page?

    Many Thanks
    Karl Heinz

    #9813
    ProDesigns
    Keymaster

    Hello antiknatur,

    There is not an option to specifically remove the post picture from the post but it can be hidden via CSS.

    To remove featured image from blog single post via CSS, please log in to the admin area and go to “Appearance >> Customize >> Additional CSS”.
    Paste the below code in “Additional CSS” and save it:
    .single-post .content-area .featured-thumb{
    display:none
    }

    Hope this helps!

    Thank you

    Regards,
    Team ProDesigns Themes

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