Okay
  Public Ticket #1320527
Salient Portfolio
Closed

Comments

  • Tom started the conversation

    The "more details" on hover is not showing so I can't get "more details" of the images.  I'd also like to remove the "view larger" option.

  •  8,470
    Tahir replied

    Hey Tom,

    Be sure to uncheck the Lightbox Only Option in the Portfolio VC Settings : http://prntscr.com/gsazj5 .

    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:first-child {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team