Re: Slider picture colour is different than ori picture Retina Theme

Solved

Slider picture colour is different than ori picture Retina Theme

Mentorpublish
Explorer
63 0 14

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:

1016__Slider-01.jpg

Original

 

Mentorpublish_0-1728027669061.png

Slider

 

 

My website link is: https://dajiang.com.my/

 

Thank you.

Accepted Solution (1)

Tech_Coding
Shopify Partner
520 133 131

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>

Tech_Coding_0-1728029278621.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.

View solution in original post

Reply 1 (1)

Tech_Coding
Shopify Partner
520 133 131

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>

Tech_Coding_0-1728029278621.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.