Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #865270

    Hi,
    I want to remove the preview picture for a certain category. To display the previews I use the Blog Posts Element. Is there a way to do so? Right now it only shows a grey square with a pencil inside because I don’t have pictures for that gallery.

    Kind regards,
    Konstantin

    #865395

    Hey Powtin,

    Please provide a link to the page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #865855

    Hi please find attached the link to the page.
    I want to disable the pictures for 2 blog categories.
    Best regards,
    Konstantin

    #865868

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    article.category-artikel .blog-meta {
        display: none!important;
    }
    

    Best regards,
    Yigit

    #866185

    Hi Yigit,
    perfect that did the magic!
    Thanks a lot for your quick support! Always a pleasure.
    Best regards,
    Konstantin

    #866226

    Hi Konstantin,

    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 :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove preview picture for a certain blog category’ is closed to new replies.