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
User | RANK |
---|---|
145 | |
98 | |
78 | |
69 | |
65 |
This blog post is a recap of the webinar Getting Ready For BFCM: How To Run A Flash Sal...
By Jacqui Oct 3, 2023Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023