Okay
  Public Ticket #340926
portfolio remove "More Details"
Closed

Comments

  • Alexander started the conversation

    I love this theme :-) But can I only on some projects remove button more details. Because not all projects have description and I wish only show my image larger ? I know, I can remove this button for whole portfolio, but it is possible only for some portfolio pages?

  •  8,406
    Tahir replied

    Hey!

    Can you provide your page url so i can try writing some custom css to hide it. 

    Thanks 


    ThemeNectar Support Team 

  • Alexander replied

    my url is http://lotusart.de  but my portfolio is yet no full filled with content. 

  •  8,406
    Tahir replied

    Hey Again!

    You will have to add a # where there is no extra content : http://prntscr.com/5kgijl .

    and  add this into the Custom CSS box located in your Salient Options panel :

    .portfolio-items .col .work-item .work-info a[href="#"] {
        display: none !important;
    }
    
    Thanks 


    ThemeNectar Support Team 

  • Alexander replied

    I need like this script :

    body .portfolio-items .col .work-item .work-info a[href*="jpg"] { display: none !important; }

    but instead more details, on some projects should be only button view larger. Script can be tied to any settings on individual project page. Is it possible?

  • Alexander replied

    wow this work! many thanks)