Okay
  Public Ticket #2504762
Salient Home Slider Color Transparency
Closed

Comments

  • plaxplax started the conversation

    I would like to add a background-color with opacity (like on the Nectar Slider) on top of the Home Slider so the caption and headline are more legible. Can you provide CSS to achieve this? I don't see any option in the settings.

    Thanks!

  •  2,965
    Andrew replied

    Hi there,

    Try the following custom css in Salient > General settings > CSS/Script related:

    .nectar-slider-wrap .swiper-slide .content h2, .nectar-slider-wrap .swiper-slide .content p {
        background: grey !important;
        opacity: .5 !important;
    }
    

    Hope this helps.