All things Shopify and commerce
Hello everyone! I have searched over what feels like the entire Internet for a solution to my problem but couldn't find one. The matter consists in that at certain parts of the screen on the mobile view of my shop, it shows a different color than what it should (white). It may have something to do with the fact that previously my entire background was in this color and maybe I have a piece of code somewhere, causing this, but after numerous searches I still can't find anything. It will mean the world to me if someone could help! Thanks in advance.
Website url: https://humbliss.com/
Password: chohgo
Solved! Go to the solution
This is an accepted solution.
Hi @Yoan_Zagorov ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code at the bottom of the file -> Save
<style>
@media(max-width:767px){
.slideshow__controls.slideshow__controls--top.slider-buttons.no-js-hidden{
background:white !important
}
}
</style>
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Hey @Yoan_Zagorov
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>
.slideshow__controls.slideshow__controls--top.slider-buttons.no-js-hidden {
background: white !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
This is an accepted solution.
Hi @Yoan_Zagorov ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code at the bottom of the file -> Save
<style>
@media(max-width:767px){
.slideshow__controls.slideshow__controls--top.slider-buttons.no-js-hidden{
background:white !important
}
}
</style>
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
You're a life saver!!! Thank you so much! Do you have any idea how to change these 3 as well?
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025