Okay
  Public Ticket #2039158
Change Nectar Slider BG Color
Closed

Comments

  • srdags started the conversation

    Hi, I need to change the black bg color in the slider, I detail this in the attachment.

  •  8,994
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

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

    Thanks


    ThemeNectar Support Team