Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi, on the [adverts_list] you can change the hover state for advert-item and advert-price with the below CSS code

    
    body .advert-item:hover .advert-item-grow { 
        /* ... */
    }
    body .advert-item:hover .advert-price {
        color: green !important;
    }
    body .adverts-bg-hover .advert-item-col-1:hover {
        background: lime !important;
    }
    
    Thread Starter lelethielen

    (@lelethielen)

    Thank you so much! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hover for Listings’ is closed to new replies.