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.

We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

How to change the white colour to the background colour?

Solved

How to change the white colour to the background colour?

aromaticaparfum
Excursionist
59 0 9

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
520 133 131

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
520 133 131

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.