So on my website when it loads it shows a black screen, but i want this to be white. i used ‘shogun’ to make the website, idk if this means you can still code it to change it to white. what would be the code to change this?
This can be changed using CSS.
main#Maincontent {
background: white;
}
Remove/ Disable the following:
.gradient {
background: rgb (var(–color-background));
background: var (–gradient-background);
background-attachment: fixed;
}
Hey this didnt work
Currently the whole gradient colour is set as black. Did you try changing it to white via CSS?

