changing background color of a certain section

changing background color of a certain section

NightyLighty
Tourist
14 0 1

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 

Replies 3 (3)

Erik_Abrio
Shopify Partner
29 6 9

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
Tourist
14 0 1

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 #F7F3E4Screenshot 2024-09-02 at 8.38.05 PM.png

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

 

PaulNewton
Shopify Partner
6737 610 1436

@NightyLighty 👋 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.

Contact paull.newton+shopifyforum@gmail.com for the solutions you need


Save time & money ,Ask Questions The Smart Way


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Thank Paul with a Coffee for more answers or donate to eff.org