Hi. Only single posts, I want to not display the featured image. I found a checkbox when adding a post under the featured image that says “Do not display image on single post”. That works but instead of teh image I get a pen image. How do I hide it completely? Thank you.
Hey gorgani,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.rounded-container .iconfont, .small-preview .iconfont { display: none; }
If it does not help please share the precise link to the element in questions so we can inspect it and help you with a solution.
Best regards,
Vinay