Hi kriesi-Team,
seems that i am too stupid to find the right CSS code to hide the thumbnails.
In the widget are “latest posts” everything worked fine, only the title is showing up. No thumb, news-time oder sub category..great.
How can i do this for the “Blog Beiträge / blog posts”
Looking forward to your answer,
Hi ott-werbeagentur,
Not sure what you mean by that, are you looking to hide the featured image on the page you linked to? If so you can try this in Quick CSS:
.slide-entry slide-image {
display:none !important;
}
Regards,
Rikard
Hi Rikard,
unfortunately i tried it, but the image is still there. Any other suggestions like “code-deleting in php” or could you have a look on yourself?
You’ll find admin-Login in private content.
Regards,
Markus
Hi,
Please add following code to Quick CSS as well
.post-entry a.slide-image {
display: none;
}
Best regards,
Yigit
Dear Yigit,
thanks for your help. It worked. Great :-)))
Now i only need the Quick CSS code for hiding the blog category link, in this case i want to hide “Stellenanzeigen Ingolstadt” above.
Could you help me?
Best regards,
Markus
Hey!
Please add following code to Quick CSS as well
span.blog-categories.minor-meta {
display: none;
}
Cheers!
Yigit
Awesome….you’re the greatest :)
Topic can be closed.
Hey!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Cheers!
Yigit