Shopify themes, liquid, logos, and UX
Good Day,
I want to change the product information background on the craft theme. The page that shows when I click a product. I only want to change the background for the product info, not any other sections. I don't see an option to do this when I go to customize the theme. I also tried to do it by editing the code. Any help would be appreciated.
Solved! Go to the solution
This is an accepted solution.
Hey @GentC
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.
<style>
section#shopify-section-template--19165257433364__main {
background: white;
}
</style>
If I manage to help you then don't forget to Like it and Mark it as Solution!
Hey @GentC
Please share your Store URL and password if enabled
Hey @GentC
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.
<style>
product-info#ProductInfo-template--19165257433364__main {
background: darkcyan;
}
</style>
Note: You can change the color to any color you want
That helped a bit, but I want to change the entire Product Information Section, highlighted with the blue border in the photo attached.
This is an accepted solution.
Hey @GentC
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.
<style>
section#shopify-section-template--19165257433364__main {
background: white;
}
</style>
If I manage to help you then don't forget to Like it and Mark it as Solution!
Thank you! That did it.
One last thing if you don't mind. On that same page the price decimal point is a comma (,) and not a period (.). I want to change it to a period, could you assist with that?
Its not working for me
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024