How can I change the colour of the 'filter' bar on my product grid on my catalog page?

My shop colour is all black but for some reason I can’t change the last little bit to black. The thin strip on the catalog page of the product grid remains white. Is there somewhere I can find a code edit? See screen shot below.

Hello @sourcingsauce

Could you please share your store url ( with pass if your store password is enabled ) then I can see and suggest something for you?

Best regards,
GemPages Support Team

Hi @sourcingsauce ,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

.collection-grid-section,
.collection-filters {
    background: #000 !important;
}

Hope it helps!