Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1489935

    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?

    #1489940

    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

    #1489952

    Thanks, now it disappeared.

    #1489960

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove featured image from blog post created with Gutenberg’ is closed to new replies.