Okay
  Public Ticket #306626
thumbnails portfolio png
Closed

Comments

  • Jules started the conversation

    Hello!

    I tried to use .png files on my thumbnails so that the portfolio grid could use transparency but it seems there is a white background by default. Is there any solution to avoid the white blackground?

    Thanks :)

  •  8,840
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    body .portfolio-items .col {
        background-color: transparent !important;
    }
    
    Thanks


    ThemeNectar Support Team 

  • Jules replied

    so cool!, thanks a lot!