Remove white bar from collection list title broadcast theme

Can somebody tell me how to remove the white from behind the collections list title to be transparent? I’m needing it to be see through and/or black.

https://prnt.sc/4DEDgpUp2SGf

Hello,

Can you share your website link, especially the link of the page on which the issue is happening?

Cheers!

It’s on the home page. The “collections list” block adds a white box behind the title text that I am trying to remove.

https://hexbaby.shop

Your website can’t be accessed. Its password protected and lacks of the password input.

I removed the password so this can be fixed. Let me know.

https://hexbaby.shop

Adding the following CSS at the end of your theme.css file should address your inquiry:

.collection-item {
  background: transparent !important;
}

Regards,