Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #696276

    how do i remove featured image in latest news widget using css?

    #696311

    Hey cpdcngo,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Jordan

    #696326

    http://cpdcngo . org/cpdcngo/news/

    i currently use css to remove my featured image on post. i just need the sidebar recent post widget featured image removed as well.

    • This reply was modified 8 years, 1 month ago by cpdcngo.
    #696328

    sorry for the double post.

    • This reply was modified 8 years, 1 month ago by cpdcngo.
    #696332

    Hi,

    Thanks for getting back to me!

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

    span.news-thumb.no-news-thumb {
        display: none;
    }
    

    Best regards,
    Jordan

    #696334

    thanks!

    #696821

    Hi,

    Glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘remove featured image in widget’ is closed to new replies.