Okay
  Public Ticket #335681
Configuring the portfolio to only show View Larger
Closed

Comments

  • Aaron started the conversation

    I am currently working on a web site and love the portfolio mouseover to View Larger and the way a larger image loads on top of the current page, however I want to remove the More Details mouseover option, is there a way to do this?

  •  8,406
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    .portfolio-items .col .work-item .work-info a:first-child {
        display: none !important;
    }
    
    
    /* OR */
    
    
    .portfolio-items .col .work-item .work-info a:last-child {
        display: none !important;
    }
    
    Thanks


    ThemeNectar Support Team 

  • Aaron replied

    Thanks for the quick reply, this removes both mouseover options it seems, is there a way to just keep the View Larger and remove the More Details? The example is here http://taccphotos.net/portfolio/

  •  8,406
    Tahir replied

    Hey Again!

    You only have to use the first one or second one. Please see OR inbtw the code. 

    Best,

    -T


    ThemeNectar Support Team