Okay
  Public Ticket #1675705
Portfolio Love button
Closed

Comments

  •  6
    Mercer_Design started the conversation

    How can the love/heart icon in portfolio pages be disabled?


  •  8,470
    Tahir replied

    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 {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  6
    Mercer_Design replied

    Hi Tahir,

    Thank you but this simply hides the icon and so leaves a gap at the top of that column. Is there a way to disable it in the settings so that the content is then sitting at the top of that section?

  •  8,470
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   Mercer_Design replied privately
  •  8,470
    Tahir replied

    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):

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

    Thanks


    ThemeNectar Support Team