Okay
  Public Ticket #146931
hearts on portfolio boxes
Closed

Comments

  • Kelly started the conversation
    How 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,069
    ThemeNectar replied

    Hey 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 replied

    Thank you!!!!

  • Jesse replied

    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

  •  1,069
    ThemeNectar replied

    Hey Jesse, yes for you it would be:

    .n-shortcode {
      display: none!important;
    }

    Cheers