Okay
  Public Ticket #784165
remove heart icon from portfolio posts
Closed

Comments

  • Mark started the conversation

    Hello,

    I'd like to remove the heart icon and number from all of my portfolio posts. I've tried adding some of the custom CSS code listed in another post, but it had some undesirable side effects.

    Thanks!

  •  8,994
    Tahir replied

    Hey ,

    I see you changed the Portfolio Style .

    Best.


    ThemeNectar Support Team 

  • Mark replied

    You might be looking at the photography page instead? I'm asking about the graphic design portfolio page found here: http://markdanielstudio.com/portfolio

  • Mark replied

    So... can I get an answer to my original question please? :)

  •  8,994
    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) :

    .portfolio-items .nectar-love-wrap {
        display: none !important;
    }
    
    .portfolio-items .work-meta {
        width: 100% !important;
    }
    

    Bes.t


    ThemeNectar Support Team 

  • Mark replied

    Perfect! Thank you!!