1 Answers
To hide the big pictures from my single posts, you can add the following code to the style.css file:
.single .site-content > .hentry .entry-thumbnail { display: none; }
Hope this helps !
Please login or Register to submit your answer
To hide the big pictures from my single posts, you can add the following code to the style.css file:
.single .site-content > .hentry .entry-thumbnail { display: none; }
Hope this helps !
Please login or Register to submit your answer