Okay
  Public Ticket #2493207
Removing Nectar Love Button
Closed

Comments

  • IGLOOO started the conversation

    I am trying to remove the nectar love button from my single post template, however when I enable the "Remove Single Post Nectar Love Button" to ON, it still appears at the bottom of my article. How do I active this, without having to resort to "display: none" css settings? 

  •  8,850
    Tahir replied

    Hey,
    Please provide the page URL so I may write up the custom CSS for this request.
    Thanks


    ThemeNectar Support Team 

  • Dan replied

    Hello, 

    The same issue is happening on my site - I've enabled the "Remove Single Post Nectar Love Button" , within Salient/Blog/Post Meta settings, but it still appears at the bottom of single posts... 

    How can this be fixed? 

  •  2,965
    Andrew replied

    Hi Dan,

    Use the following custom css in Salient > General settings > CSS/Script related:

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

    Hope this helps.

  • Dan replied

    Hi Andrew, 

    Thanks for your response! 

    I entered your custom css into Salient > General settings > CSS/Script related but it didn't work :( 

    Any other suggestions?

  •  2,965
    Andrew replied

    Hi Dan,

    Share the url to where you have the nectar love button showing in your website so that we see possible css.

    Thanks.

  • Dan replied

    Hi Andrew, 

    I've multiple posts displaying the nectar love button - here is one post: 

    https://danleonkrause.com/worthwild-nyc-ww1000-marathon/

  •  2,965
    Andrew replied

    Hi Dan,

    The link you share need username and password to access.

    Tested the following css and works on our local set up.

    .nectar-social.hover > div:not(.share-btn) {
        display: none !important;
    }
    

    Thanks.

  • Dan replied

    Hi Andrew, 

    That didn't work, and the Custom CSS Code field displayed some errors - see attached screenshots. 

    I tried a couple of variations and this worked for posts which don't have any existing "love": 

    .nectar-social {
        display: none ;
    }

    However - on this post https://danleonkrause.com/worthwild-nyc-ww1000-marathon/ the Nectar Love Button is still displaying - I assume it's because I clicked the button and it has 1 displayed - I clicked it again hoping it would "un-love" and remove the 1 but that doesn't work :(

  •  2,965
    Andrew replied

    Hi Dan,

    Please allow us to check your website so that we can test css and share.

    1274406863.png


    Thanks.