changing background color of a certain section

I want to change a bundle section from a white background to the color code #F7F3E4 but I don’t know how to was wondering if someone could help me

Hi @NightyLighty ,

What theme do you use?

If there is custom css available in your section try something like .section{ background-color: #F7F3E4 }

If This doesnt help you can provide you Shopify Domain and i can take a closer look.

Best Regards Erik

@NightyLighty :waving_hand: Always remember others do not see what you see or have your setup.

Other people need inspectable info to even being to contribute: store url, themename, storefront pass if applicable, etc etc

READ: https://community.shopify.com/c/blog/how-to-get-support-from-the-community/ba-p/1399408

If this is in a OS2.0 compatible theme you’ll be able to use a custom-css setting to add your style rule after you make it.

https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/add-css

Find the selectors https://stackoverflow.com/questions/4500572/how-can-i-get-the-css-selector-in-chrome

Then replace the below placeholders with the proper selectors, and put it in the custom-css setting either for the section or the theme level.

.elementclassplaceholder { 
 background-color: #F7F3E4
}

Good Luck.

nightylighty.co is my store name and if you go to https://nightylighty.co/products/toast-alarm-clock and scroll down you’ll see I have a product bundle that section us white I want to change it to color #F7F3E4

this is the section that is white I have 2 separate product bundles I would like two change to background colors on