I'm having a glitch on my home page. When I go change the colors on it, it somehow changes back to the standard blue color. Is anyone else having this problem? Anyone know how to fix it?
I'm having a glitch on my home page. When I go change the colors on it, it somehow changes back to the standard blue color. Is anyone else having this problem? Anyone know how to fix it?
I really don't change the colours on my Homepage and just fine with the standard Blue one.
Hopefully @Def3ct could help you on this one.
PrincessPeach95 🎀 wrote:
I'm having a glitch on my home page. When I go change the colors on it, it somehow changes back to the standard blue color. Is anyone else having this problem? Anyone know how to fix it?
body {
color: red !important; }
the !important part tells the browser to override any previous setting
you can use that for anything btw, not just colors, backgrounds etc
lmk how ya get on with it![]()

You must be logged in to reply.