How to change the collection page background color to black?

hey I would Like to change the background of my collection page to be inversed/black instead of the white color

Please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.template-index .collection-item:not(.collection-item--below):after {
    background: #ffffff  !important;
     opacity: 0 !important; 
}

Hi @Chorix !

This is PageFly - Advanced Page Builder. I would love to give you some recommendation.

Please send me Page URL so that I can inspect and send code accordingly.

Best Regards;

Pagefly

https://7e6b64.myshopify.com/collections/gold-streamer

I would like the background to be black instead of white

1 Like

@Chorix

thanks for url but your store passwords porrect

Im confused what do you mean?

Hi @Chorix !

Please try this code;

  1. Go to themes---->Edit code

  2. Asset----->/base.css ----->paste below code at the bottom of the file;

.collection-list-section {
background: #edddcd;
padding-top: 1px;
padding-bottom: 60px;
}

Best Regards;

Pagefly

I did it, does it take a while to show because nothing seemed to have changed