I want to add some CSS for a gradient overlayed on the slider background images, but I am having trouble locating the correct CSS to get it to work.
This seems to be the most logical CSS to make this work, but it’s not taking, probably because I don’t have the classes right.
.carousel .item {
background-image: linear-gradient(rgba(0,15,200,0.35),rgba(0,15,200,0.35));
}
Can anyone help please?