Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #224694

    How to hide featured image the single post? I want to use the featured image just to show thumbnail post, but do not want to display it inside the post. What should I do?

    #224733

    Hey!

    Try adding this code to the Quick CSS:

    .single-post .big-preview{
        display: none !important;
    }

    Cheers! 
    Josue

    #224747

    Thanks! Solve the problem. :)

    #224748

    You are welcome, glad we could help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hide featured image the single post’ is closed to new replies.