On all my posts there’s a little extra thumbnail of the featured image. How do I get rid of that?
Thanks for your help.
Steve
Hi sdaly18!
What Blog Style are you currently using? Please check on Enfold > General Settings > Blog Style. Please give us a link to the Blog page.
Cheers!
Ismael
Hi!
You are using a plugin call WP User Frontend and it is creating a wpuf attachments or thumbnail. Please add this on your custom.css or Quick CSS:
.wpuf-attachments {
display: none;
}
Regards,
Ismael
Worked! Thank you so much!