On Portfolio pages, when social links are activated, a "heart" clickable link is active by default (next to Facebook and twitter) and I can't turn it off.
And to be honest, I have no idea what the heck it does!
It's just used for an internal "love" count to get an idea from your users what projects they enjoy the most - think of it as your own "like" system from facebook :)
Hey Steve! You can remove it with this in your custom css box:
#project-meta .n-shortcode { display: none!important; }It's just used for an internal "love" count to get an idea from your users what projects they enjoy the most - think of it as your own "like" system from facebook :)
Cheers
I'd like to remove them from the blog too - how can I do this?
Hey!
.nectar-love-wrap { display: none !important; }
Salient Support Team