Hey Will,
Thanks for reaching out to us.
Please note that custom CSS is beyond the scope of our support. While I cannot promise to offer a solution, to look into it, first make sure our plugin is working on your website. I check the link but I cannot see any car listings, instead I see our shortcode.
Hey there. thanks for the reply. It’s activated now. the jeep patriot is non-featured so you can see it’s white behind as I switched to that color. If I’d like to use a different color background it will still be nice to know if you can provide that edit. Thanks!
Hey Will,
There are 2 CSS class names used:
“wpcm-listings-item” & “wpcm-listings-item-featured”.
The first is applied to all listings and the 2nd as you can guess only to the featured listings. So if you want to change color, first you need to apply a rule to all listings using the class name “wpcm-listings-item”. Please find example code below:
.wpcm-listings-item {
background-color: #000000;
}
This will add a black background.
I hope that answers your query. Let us know if you have any further questions.