Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #788288

    Could you please let me know how to remove the standard post image that is displayed when no featured image is added to a post. I just need the text information shows and no images. I have looked for the css and found how to remove the grey box and also how to remove the image alone and how to remove both but when done it still shows the black background where the image was and the spacing.

    Thanks

    #788310

    Hey Dom,

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

    .avia-builder-el-10 .slide-image { display:none !important; }

    This only applies to the content slider in the page you gave. If you want to apply this to all content sliders in your website, please remove .avia-builder-el-10 from the code above.

    Best regards,
    Sarah

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.