Hi,
I’d like to change the default background color of my website from white to #090d0e.
Now I tried the layout section in theme options --> doesn’t work. So I put it on transparant now (no effect btw). (And I know I have my portfolio still on white background)
I did searched the forum and tried codes such as:
.x-site.site {
background-color: #090d0e;
}
or .x-main .full {
background-color: #090d0e;
}
Both worked once, and then everything went back to white. In inspector it gives an error in the line of invalid entry, but when I change the color of .x-site in inspector, the color does change. But then in CSS it doesn’t.
It seems like something of the theme is overruling this, but I can’t figure it out.
Could you help me out? Thanks!
