This topic has 2 replies, 2 voices, and was last updated 9 years, 7 months ago ago by Eva Kemp
Dear Madam/Sir,
I am trying to hide big featured images from single post but keep them on general listing page.
I added the following code to css
.blog-masonry .post .wp-picture,
.blog-post .wp-picture{
display:none;
}
Unfortunately, it still doesnt work. Could you please check and advise what the problem could be?
Thank you,
Katja
Hello,
Simply add this css to a post (using the Visual Composer CSS block):
.post-images ul.slides li {display:none;}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up