• Resolved chaquefois

    (@chaquefois)


    On the related listings slider on the single listing page, how to remove the favorite star next to the price? Where is the star image located in files?

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Rafiz Sejim

    (@rafizsejim)

    Hello @chaquefois,

    Thank you for reaching us out.

    I am sorry there is no default way to hide the star next to the pricing however, you can use the following CSS in Additional CSS to hide it.

    .related_single_carousel .atbd_listing_rating i {
    	display: none;
    } 

    Regards,

    Thread Starter chaquefois

    (@chaquefois)

    Hello @rafizsejim

    This does remove the star, but can we remove the blue square with the number in it as well?

    Thank you for your time and fantastic plugin.

    Plugin Support Rafiz Sejim

    (@rafizsejim)

    Hello @chaquefois ,

    Please remove the previous code and add this one

    .related_single_carousel .atbd_listing_rating {
    	display: none !important;
    }

    This will remove the entire star block.

    Regards,

    Thread Starter chaquefois

    (@chaquefois)

    Thank you very much @rafizsejim

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

The topic ‘Related Listings Slider’ is closed to new replies.