Hide images on the home page in the recent lists block

Hello,

How do I hide the images on the home page in the recent lists block?

Thank you!

I solved it, I used this css snippet:

.home .hp-listings .hp-listing__image
{display: none; 
}

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.