All things Shopify and commerce
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
Hi,
My picture on slider, their color are different than original color, not sure what is the reason, but could anyone please help me to solve this issue?
Here is the example:
Original
Slider
My website link is: https://dajiang.com.my/
Thank you.
Solved! Go to the solution
This is an accepted solution.
Hello @Mentorpublish
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>
[data-rimg-canvas] {
background: rgb(64 64 64 / 2%) !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 @Mentorpublish
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>
[data-rimg-canvas] {
background: rgb(64 64 64 / 2%) !important;
}
</style>
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.