Okay
  Public Ticket #470052
Recent projects , info on thumbnails on over state
Closed

Comments

  •  1
    Filipe started the conversation

    Hey there

    Could you please tell me how to remove the text and the fade color on the buttons over state on this page.

    http://wrongmistakes.net/saint-martory/

  •  8,851
    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-info .vert-center {
        display: none !important;
    }
    
    
    .portfolio-items .work-info-bg {
        background-color: transparent !important;
    }

    Thanks



    ThemeNectar Support Team 

  •  1
    Filipe replied

    Thank you!

    You are the Best.