Okay
  Public Ticket #306271
Hide the Love thingie
Closed

Comments

  • Vincent started the conversation

    Hi,

    Is there a way to easily hide the Salient 'post love' heart thingie site wide?

    Thanks

    Vincent

  •  1,089
    ThemeNectar replied

    Hey!   Add this into the custom css box in the Salient options panel:

    .nectar-love-wrap {
      display: none!important;
    }
  • Jason replied

    I tried this, it didn't work. Still displays the love heart at bottom of posts in masonry blog view.

  •  8,996
    Tahir replied

    Hey Jason!

    Try this:

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

    Thanks 


    ThemeNectar Support Team 

  • Vincent replied

    Thanks :) works like a charm.

    Vincent

  • Travis replied

    Same issue as Jason Farris - I've removed the heart from individual posts and pages, but it still displays in the bottom right corner of posts listed on the blog landing page in masonry view (http://flashpackerhq.com/blog/)

  •  8,996
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    #post-area.masonry article.post .post-meta {
        display: none !important;
    }
    
    Thanks 


    ThemeNectar Support Team 

  • Jan replied

    Hi Tahir,

    I used the Custom CSS

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

    and

    .nectar-love-wrap {
      display: none!important;
    }

    It gets rid of the love icon on post and portfolio pages just fine. However on my portfolio pages, where the love icon has been removed (also I\'ve switched off social icons) the text box in the right sidebar does not line up with the top of the page. How can I correct this? (see my sample page)

    http://naatpiek.nl/?portfolio=groep-openluchtspel-uden

  •  8,996
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    div#project-meta {
        display: none !important;
    }

    Best


    ThemeNectar Support Team 

  • Jan replied

    Thanks Tahir, works perfectly as always.

  •  2
    isayhoomhom replied

    For me, this code seems to work on Safari, but not Firefox or Chrome. Thoughts?

  •  8,996
    Tahir replied

    @isayhoomhom ,

    Please clear your cache using this guide: https://themenectar.ticksy.com/article/6226/ where applicable .

    Best.


    ThemeNectar Support Team