• hi, i wanna use this plugin for a collection of cars, then not for sale, i wanna hide price because there isnt price, is it possible not have this field or disable ?

Viewing 1 replies (of 1 total)
  • Hi,

    You can add this custom CSS code in Appearance > Customize > Additional CSS to hide the listing price.

    .auto-listings .price {
        display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Hide Price’ is closed to new replies.