Have your say in Community Polls: What was/is your greatest motivation to start your own business?
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

How to change the white colour to the background colour?

Solved

How to change the white colour to the background colour?

aromaticaparfum
Excursionist
43 0 6

https://aromaticaparfums.com/products/aromatica-rouge?_pos=1&_sid=c9f074ec5&_ss=r

 

the white colour around the text box (description, price, etc) how do I change it? 

Accepted Solution (1)

Tech_Coding
Shopify Partner
417 110 98

This is an accepted solution.

Hello @aromaticaparfum 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  .product__section .product__section-content {
     background: #fef9f1 !important;
     border-color: #fef9f1 !important;
  }
</style>

Tech_Coding_0-1728536139120.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.

View solution in original post

Reply 1 (1)

Tech_Coding
Shopify Partner
417 110 98

This is an accepted solution.

Hello @aromaticaparfum 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  .product__section .product__section-content {
     background: #fef9f1 !important;
     border-color: #fef9f1 !important;
  }
</style>

Tech_Coding_0-1728536139120.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.