Hi,
It´s possible to deactivate the view of the feature image on blog posts?
Best,
Nacho.
Hi,
It´s possible to deactivate the view of the feature image on blog posts?
Best,
Nacho.
Hi,
Is it the blog overview or the single post?
Regards,
Ismael
Both. I only want to be displayed in blocks layout generators. like here: http://www.delimbo.com/test/
Best,
Nacho.
Hi nachosn69,
Add this to your custom.css or Quick CSS:
#top .slideshow_container {
display: none;
}
Regards,
Mya
Thanks Mia,
Seems that this style makes disappear the featured image in entire website. I only want not display in blog layout.
Best,
Nacho.
Hey!
Use following code in this case:
#top .template-blog .content .slideshow_container {
display: none;
}
Best regards,
Peter
Thank You very much Dude!! Works perfect!
Please, exists another selector to hide in single post template?
Best,
Nacho.
Hi!
You can use following code:
#top.single-post .slideshow_container {
display: none;
}
Best regards,
Peter
Thank you very much Peter!
Hey!
Glad that I could help you :)
Best regards,
Peter
You must log in to post.