Currently in the process of building a website using bx slider.
I am looking to incorporate three sliders onto a single page for sliding HTML content.
Initially, I added a bx slider to the page and customized it using CSS. I made modifications within jquery.bxslider.css
Now, when attempting to add another bx slider to the page, it inherits the modified CSS from the first slider. I'm interested in changing the CSS style of the new slider without affecting the one I previously customized. It seems like utilizing two separate CSS files may be necessary.
I attempted using CSS with nth-child, but unfortunately, it applies the styling changes to both sliders.
My question is, what steps do I need to take in order to change the CSS files specifically for each bx-slider?