I would like to change the color of the transparent background box that goes behind the captions on the Nectar Slider. I'm hoping to use a brownish gray like the one used in my design. RGB, 119, 110, 100 or hex 776e64.
Is it possible to include the background to <h2> title? I added h2 to the css, but it stretches 100% across screen. I think i need to add a <span> between the <h2>
Is it possible to include the background to <h2> title? I added h2 to the css, but it stretches 100% across screen. I think i need to add a <span> between the <h2>
I would like to change the color of the transparent background box that goes behind the captions on the Nectar Slider. I'm hoping to use a brownish gray like the one used in my design. RGB, 119, 110, 100 or hex 776e64.
Thanks,
Linda
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Thanks
ThemeNectar Support Team
Thanks for this!
Is it possible to include the background to <h2> title?
I added h2 to the css, but it stretches 100% across screen. I think i need to add a <span> between the <h2>
cheers
Thanks for this!
Is it possible to include the background to <h2> title?
I added h2 to the css, but it stretches 100% across screen. I think i need to add a <span> between the <h2>
cheers
Thanks, I found a solution
.swiper-slide .content h2 {
display: inline-block;
}