Okay
  Public Ticket #1135545
Removing like feature from Portfolio projects
Closed

Comments

  • angiekang started the conversation

    I'd like to remove the Like feature (heart) from Portfolio projects

  •  8,345
    Tahir replied

    Hey,

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

    Thanks


    ThemeNectar Support Team 

  • angiekang replied

    http://space-echo.net/portfolio/blonde-omen/

    There are a few other portfolio pages I'd like to remove the feature on as well, do I need to link all of them for you?

  •  8,345
    Tahir replied

    Hey Again,

    The below code will remove it on all pages.

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

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

    Thanks


    ThemeNectar Support Team