hi, first of all – thanx for the fantastic theme!!!
is there a possibility to have a post without any kind of picture or icon showing? I want have an area on the homepage where I list only the headlines of the posts…
Thanx for quick help!
Hey JBM!
Could you provide us with a link to the site in question so that we can take a closer look please? A screenshot or further explanation of what you want to remove would help us understand better.
Best regards,
Rikard
hi rikard, sorry – ok, there are two screenshots now. When I create a blogpost and I don´t have a picture for it, there´s a color-area with an icon (pencil). is it possible to have only plain text if there is no picture?
http://www.janinebaier.de/screenshot.zip
thanx for help….
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
a.slide-image,.blog-meta, .post_author_timeline {
display: none!important;
}
Regards,
Yigit
hi thanx for quick help but now every picture is gone.
if I have a picture for my blogpost it should be showen
if I have no picture there should be only text no icon or frame…
is this possible?
thank you :)
something like this.
http://www.janinebaier.de/screen.jpg
an additional menu point if you don´t want a thumbnail etc.
:)
Hi!
there is no easy option for this I think. You could try to manually hide the pictures for every single page-id or post-id. Check this post for more information about page-id: https://kriesi.at/support/topic/changing-a-specific-page-with-quick-css/#post-223394
To call post-id use this as en example:
.postid-332
Best regards,
Andy