Comments plaxplax started the conversationAugust 14, 2020 at 2:23pmI 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,965Andrew repliedAugust 14, 2020 at 4:12pmHi 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. Sign in to reply ...
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!
Hi there,
Try the following custom css in Salient > General settings > CSS/Script related:
Hope this helps.