Problem:

How do I disable the “Add to Favorites” and “Print” links in the right sidebar of the property details page?

Original poster

Solution:

Hi,

You can add following CSS in “Theme Options >> Styles >> Quick CSS”

.favorite-and-print{
    display: none;
}

Regards

Saqib Sarwar