Okay
  Public Ticket #806369
Remove More details
Closed

Comments

  • johan started the conversation

    Hi!

    Im trying to build my Portfolio but had some problems. I want to remove the "more details" button and keep the "View larger" as I don't want the "more details" function on my portfolio. Do you have some custom CSS I can put in the Salient theme. 

    Also I have that white area at the bottom of every portfolio item. How do I remove that one?

    Thanks, Johan

  •  8,994
    Tahir replied

    Hey ,
    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 .col .work-item .work-info a.default-link:last-child {
        display: none !important;
    }
    
    body .portfolio-items .col {
        background-color: #f8f8f8 !important;
    }
    

    Best.


    ThemeNectar Support Team 

  • johan replied

    Many thanks, that solved my problem!