Hi all,
i already added
.single-post .small-preview {
display: none;
}
to remove the featured image from a blog post. It worked on the main language of the post but the image still appears on the translation (created by wpml). T added the Quick CSS for both languages in the Enfold settings. What can I do to also remove the image from the translated page?
Hey atx_m,
For the page that you linked to try this css:
#top.single-post .big-preview {
display: none;
}
Then clear your browser cache and check.
Best regards,
Mike
Thanks, now it disappeared.
Hi,
Great, I’m glad that Mike could help you out. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard