Home Forums WoodMart support forum How can I turn off showing post image inside post?

How can I turn off showing post image inside post?

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

    AivenPost
    Participant

    Hi. I had another theme before Woodmart, and in those theme I could forbid showing post image inside. Ive already had over 200 notes, and IT HAS TO WORK THIS WAY =) How can I forbid it easily?

    #266418

    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

Tagged: , , ,

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