Is there a Bootstrap class that can be used to remove a background image from a div?
Currently, I have this style defined in my CSS:
background-image: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0));
I would like to remove it using:
bg-img-none
or any other method,
Could someone please provide guidance on how to achieve this?