Okay
  Public Ticket #317187
Disabling Image Titles
Closed

Comments

  • Gareth started the conversation

    Hi ThemeNectar - I'd like to disable the image titles in my portfolio and carousel. I've used:

    .portfolio-items .col.span_3 .work-meta h4 {

    display: none;

    }

    It removes the titles, but leaves a white space below the images.

    Thanks

  •  8,842
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    .portfolio-items .col .work-item {
        margin-bottom: 0px !important;
    }
    
    Thanks 


    ThemeNectar Support Team 

  • Gareth replied

    Thanks!