Why is my slide block a different color on mobile than on the desktop version?

Solved

Why is my slide block a different color on mobile than on the desktop version?

Viibed
Excursionist
23 0 5

Hello, I am using the Refresh Theme and while working on my first page, I noticed that the slide block is a different color than the desktop version and wanted to know how to fix it. Website Link: Viibed

 

Screenshot 2024-07-19 175025.png

 

Screenshot 2024-07-19 175103.png

 

 

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
10038 2387 3014

This is an accepted solution.

Thanks for the info, the background did change but on the mobile its automatic going out in the slideshow so the background become semi transparent with white. 

Check this one. 

  1. From you Admin page, go to Online Store > Themes
  1. Select the theme you want to edit
  2. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  3. Then place the code below at the very bottom of the file.

 

@media screen and (max-width: 749px){
.slideshow__text-wrapper.banner__content.banner__content--middle-center  {
    position: absolute;
    top: 25%;
}
}

 

  • And Save. 
  • result:
  • Made4uoRibe_0-1721430988660.png

     

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 6 (6)

Made4uo-Ribe
Shopify Partner
10038 2387 3014

Hi @Viibed 

Would you mind to share your store URL? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Viibed
Excursionist
23 0 5

Yes, I updated my message above with the link.

 

Made4uo-Ribe
Shopify Partner
10038 2387 3014

Its password protected. 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Viibed
Excursionist
23 0 5

Password is chaisi sorry forgot.

Made4uo-Ribe
Shopify Partner
10038 2387 3014

This is an accepted solution.

Thanks for the info, the background did change but on the mobile its automatic going out in the slideshow so the background become semi transparent with white. 

Check this one. 

  1. From you Admin page, go to Online Store > Themes
  1. Select the theme you want to edit
  2. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  3. Then place the code below at the very bottom of the file.

 

@media screen and (max-width: 749px){
.slideshow__text-wrapper.banner__content.banner__content--middle-center  {
    position: absolute;
    top: 25%;
}
}

 

  • And Save. 
  • result:
  • Made4uoRibe_0-1721430988660.png

     

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Viibed
Excursionist
23 0 5

It worked. Thank you!