• Resolved willtemple22

    (@willtemple22)


    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 to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Harish Chouhan

    (@hchouhan)

    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

    (@willtemple22)

    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

    (@hchouhan)

    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.