Title: CSS selectors needed
Last modified: December 11, 2018

---

# CSS selectors needed

 *  Resolved [willtemple22](https://wordpress.org/support/users/willtemple22/)
 * (@willtemple22)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/css-selectors-needed/)
 * Hello. I would like to request the CSS Selector needed to Change background color
   of non-featured cars from transparent in list of vehicles below search options.
   
   I have the search box located on home page of site and inventory page. Thanks!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcss-selectors-needed%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Contributor [Harish Chouhan](https://wordpress.org/support/users/hchouhan/)
 * (@hchouhan)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/css-selectors-needed/#post-10980292)
 * 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.
 *  Thread Starter [willtemple22](https://wordpress.org/support/users/willtemple22/)
 * (@willtemple22)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/css-selectors-needed/#post-10980322)
 * 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!
 *  Plugin Contributor [Harish Chouhan](https://wordpress.org/support/users/hchouhan/)
 * (@hchouhan)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/css-selectors-needed/#post-10986591)
 * 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.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘CSS selectors needed’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-car-manager_00d198.svg)
 * [WP Car Manager](https://wordpress.org/plugins/wp-car-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-car-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-car-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-car-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-car-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-car-manager/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Harish Chouhan](https://wordpress.org/support/users/hchouhan/)
 * Last activity: [7 years, 5 months ago](https://wordpress.org/support/topic/css-selectors-needed/#post-10986591)
 * Status: resolved