Okay
  Public Ticket #1455094
Disable Nectar Love
Closed

Comments

  •  5
    Steve started the conversation


    Hi Tahir,

    We would like to remove the Nectar Love Icon/Counter from portfolio posts. There doesn't appear to be an option in the settings for this. Could you let me know if this is possible.

    Thanks in advance.

    Steve

  •  9,016
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

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

    Thanks


    ThemeNectar Support Team 

  •  5
    Steve replied

    Hi Tahir,

    The like button is still there unfortunately... see link below:

    http://minton.global/portfolio/richard-minton

    Thanks,

    Steve

  •  9,016
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    div#project-meta {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  5
    Steve replied

    Thanks Tahir,

    Is there also a way to change the wording at the bottom of the page when you hover over the icon to take you back? We're using the 'portfolio' for a team page so we can sort by country and need the button at the bottom to say "Back to all staff"

    See attachment.

    Thanks,

    Steve

  •  9,016
    Tahir replied

    Hey Again,

    Try using this Plugin : https://wordpress.org/plugins/say-what/ . 

    The Particular text is : 

    Back to all projects
    

    In The "Text Domain" field write "salient" without quotes . If you are trying to change woocommerce words  add "woocommerce" in "Text domain" . The fields are case-sensitive .


    Thanks 


    ThemeNectar Support Team 

  •  5
    Steve replied

    That's awesome. Thanks Tahir.