Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #624611

    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,

    #625440

    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

    #625938

    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

    #626425

    Hi,

    Please add following code to Quick CSS as well

    .post-entry a.slide-image {
        display: none;
    }

    Best regards,
    Yigit

    #628222

    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

    #628233

    Hey!

    Please add following code to Quick CSS as well

    span.blog-categories.minor-meta {
        display: none;
    }

    Cheers!
    Yigit

    #628235

    Awesome….you’re the greatest :)
    Topic can be closed.

    #628239

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Hide every thumbnail’ is closed to new replies.