This topic has 12 replies, 4 voices, and was last updated 9 years, 6 months ago ago by Eva Kemp
Hello, sorry for my bad english!
I insert the main image in an article because I need that appears in home page. But I don’t wont that it appears also inside…
Is it possible?
Thanks a lot!
valentina
Hello,
Just to clarify: do you want to remove featured image inside of a post?
If so you need add this css to a post (using CSS block in Visual Composer editor):
.post-images ul.slides li {display:none;}
Regards,
Eva Kemp.
Yes Eva, remove (thanks for the solution!) or also resize it. Is it possible?
Ehm, sorry again.. I’ve not CSS block in Visual Composer editor 🙁
Hello,
Please provide us with wp-admin panel credentials in Private Content.
Thank you.
Regards,
Eva Kemp.
http://www.puntofotopinerolo.it/wp-admin
user: NuteCaP98
Password: gOYuN4pxXsAL
Hello
I see that css block is displayed well. Please check this screenshot http://prntscr.com/724xmi.
With best regards
Brian Johnson
Ops, private content!
Thanks Brian! I found it thanks to your image. I insert the code .post-images ul.slides li {display:none;} as tell me from Eva. But not works, the images is still published..
View image…
Hello,
Please try to add this code in custom.css file.
.post-145 .wp-picture img{
display: none;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
It works! Many thanks to all!
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Remove main image article from inside’' has been successfully resolved, and the topic is now closed for further responses