A space to discuss online store customization, theme development, and Liquid templating.
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?
Solved! Go to the solution
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>
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
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>
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.