Hi, i use
/*disable feature pic */
.featured-media img {
display: none;
}
in customizer / ad. CSS
to disable the feature pic in the posts
greets
mahoessen
-
This reply was modified 7 years, 2 months ago by
mahoessen.
Hi mahoessen,
thank you for your response. Unfortunately your suggestion didn’t work for me. I add the CSS line to Appearence>>Customize>>Additional CSS but the images still appearing in between the copyright line and the “post comment” block. Any other suggestion?
Thank you.
Hi X,
Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and enter the following code:
.related-posts { display: none !important; }
Let me know if that does it.
— Anders
Hi Anders,
It works! Thank you so much for your help.