Comments Kelly started the conversationJanuary 14, 2014 at 2:44amHow do I get rid of the hearts on the boxes for my portfolio? I saw a pervious ticket for this that got rid of hearts, but it didn't work? I don't have social media enabled, and the heart still shows up next to the title of each box. Help! 1,069ThemeNectar repliedJanuary 16, 2014 at 1:09pmHey Kelly!Try adding this to your custom css box:.nectar-love-wrap { display: none!important; }Should work as long as you're on a semi-recent release of the theme :)Kelly repliedJanuary 17, 2014 at 1:37amThank you!!!!Jesse repliedFebruary 13, 2014 at 9:32pmHi, I'm having this issue as well. My client wants to keep the Facebook button but not the Nectar Heart/Love.I tried adding this code:.nectar-love-wrap { display: none!important; }But it didn't work. I am using Salient 2.6.5http://readysetinc.com/wordpress/portfolio/elle-australia-couch/Do I need to use something different?ThanksJesse 1,069ThemeNectar repliedFebruary 17, 2014 at 7:56amHey Jesse, yes for you it would be:.n-shortcode { display: none!important; }Cheers Sign in to reply ...
Hey Kelly!
Try adding this to your custom css box:
Should work as long as you're on a semi-recent release of the theme :)
Thank you!!!!
Hi, I'm having this issue as well. My client wants to keep the Facebook button but not the Nectar Heart/Love.
I tried adding this code:
.nectar-love-wrap { display: none!important; }
But it didn't work. I am using Salient 2.6.5
http://readysetinc.com/wordpress/portfolio/elle-australia-couch/
Do I need to use something different?
Thanks
Jesse
Hey Jesse, yes for you it would be:
Cheers