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
The year-end shopping spree is around the corner! Is your online store ready for the ...
By JasonH Nov 10, 2024We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024