Okay
  Public Ticket #2829060
PNG transparency gallery
Closed

Comments

  •  7
    Max started the conversation

    Hello,

    I need to put PNG without background in a gallery of images.
    With the gallery type "Basic slider style" it works, I have transparency but the quality of the images is not good. But, if I choose "Nectar slider style" the quality is very good but the gallery add a black background.

    Is there any possibility to have no background with the gallery "Nectar slider style" ?


    Thank you

  •  8,847
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .swiper-container , .swiper-slide {
        background-color: #0000 !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  7
    Max replied

    Thank you Tahir !!