Okay
  Public Ticket #400097
How Do I Remove Buttons from Portfolio Items?
Closed

Comments

  • Dwane started the conversation

    I've been looking through the theme files to find where the "View Larger" Button is, and can't seem to find it. What theme files does this relate too?

    Thanks for your time, love the theme!

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

    Thanks



    ThemeNectar Support Team