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

    Hello,

    I am using the Enfold theme on my website and utilize the blog function in various areas. I have one section for a standard blog with images, and another as a text-only blog for displaying client testimonials. In the text-only blog, a placeholder image is displayed for each entry without an image, which I would like to remove. Could you please guide me on how to remove or hide the placeholder images in the text-only blog section?

    Thank you!

    #1424464

    Hey agenturwendt,

    Thank you for the inquiry.

    Are you using the Blog Posts element? You could set the Blog Style to List Layout to automatically get rid of the featured images. Or post the site URL in the private field so that we can check the elements.

    Best regards,
    Ismael

    #1424782

    Hi Ismael,
    whan I chance to List Layout there are no placeholder images. But I would like to use the grid layout. I post the URL in the privat field so that you can see what I mean.
    Best regards,
    Sabo

    #1424872

    Hi,

    Thank you for the info.

    You can use this css code to hide the featured images in the grid layout.

    .slide-image {
        display: none !important;
    }

    Best regards,
    Ismael

    #1428865

    Thank you Ismael,

    but this code removes all blog images. I just want to hide the placeholder images. (Please check the link).

    #1428872

    Hi,

    Sorry about that. Try to replace the previous css with the following code.

    .fake-thumbnail .slide-image {
        display: none;
    }

    Best regards,
    Ismael

    #1428878

    Perfect! Thank you so much, Ismael!

    #1428888

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Removing Placeholder Images from Blog Entries’ is closed to new replies.