Hello, I need help. I’m using the Debut Theme. My Background has been set to Black (#000000) in the Theme Settings however the top of the website (only having this issue on mobile) is white.
My background is black besides the top bar and when i pull down to refresh on mobile. How do i change it so this is also Black. I have never had this issue with other Themes before, which is why i’m confused.
I have attatched pictures of the issue im having as you can see the top of the screen is white, how do i change this? Please help. Thank you
@ruthless , for one of us to be able to provide the simple code, we need to know what element is white, so that it can be selected, and we need to know in what file is the styling that’s affecting it, to know where to send you to change the code. Unfortunately, a screenshot doesn’t help much to know how to tackle the issue
@Uhrick , the website password is “Ruthless”, like i said earlier i can only see this “white background” on mobile. Can you please check this out for me and reply with a soultion thank you.
@Uhrick , As you can see in the screenshot below, The website itself is black but there is a white background (when i pull down to refresh) on other themes this is normally black. I have tried viewing this on multiple devices and i’m seeing the same issue.
The white background in the screenshot attached is what i am trying to change the colour of, i hope you can understand this.
yes, I could understand the issue. But I wasn’t able to reproduce it in my device, and by not being able to reproduce it, unfortunately, I’m not able to find the solution.
@Uhrick you don’t need to see it for yourself to give me some simple code to fix it. when i use other themes like Dawn i can simply change the colour of thr background and it will change the white part too. Unfortunately with Debut i am not able to change that. i am asking for some code to help change that colour.
First thing first is Debut is depreciated and you should go for dawn or any new theme.
Also, you can try dark mode in chrome or safari, it may help you. as from your first post seen, the loading sign symbol is a browser feature not by store.
But you can still try following the code.
Go to Online Store-> Theme->Edit code
Asset-> theme.css ->paste the below code at the bottom of the file.
@media only screen and (max-width: 768px){
*,body,header,footer,#SiteContainer{
background: #000;
background-color:#fff;
}
}