Unable to remove pagination bar from Spotlight theme

Hey all,

I have a mostly/all black website and the pagination bar below the slideshow component is white, and it breaks the page up too much.

I have searched these forums and added the following code to my base.css file but it doesn’t change anything:

.slideshow__controls.slideshow__controls–top.slider-buttons.no-js-hidden { visibility: hidden !important; }

I’d ideally like the pagination bar to be transparent so the ‘dots’ are still visible for customers to click on but the rest of the bar is not breaking up the page, or at the very least the bar should be black like the rest of the page.

Any help would be appreciated.

Cheers.

@Obscenitees

you can remove by adding your above code in the slideshow.liquid file refer to the screenshot.

Thanks