I am extremely dumb when it comes to coding of any kind, which is why I commissioned a profile skeleton for my pets a while back. I was working on one of my pets today and the font will not change from black no matter what I do. Deputy's profile
The coding is identical to my pet Rhemi's coding (Who has red font just fine), minus the color and actual information for their stories of course, but for some reason I can't get the font color to change? Is there someone who can take a moment to look at it and let me know if I've added something on accident or I have another part overriding the color somewhere? (I asked someone else already but they're not finding anything either, like me so we're at a loss!)
Thank you, I really appreciate it x'D
It's been a long time since I messed with coding but I'm trying to get back into it. (So, basically... Disclaimer: I'm not sure what I suggest will work. LOL)
In this section for body, you have an extra semi-colon ";" after the hex code for the color:
body {
...
color:; !important;
...
}
You shouldn't have one between the important tag and the hex code, so the code should work if you remove it.
AH yes, perfect! That was exactly what it was! Thank you so much for being a second set of eyes and helping me, it really means a lot to someone unsavvy as I x'D
-runs in- Sorry. Sorry. Got distracted by writing last night. -sees response- Oh! It worked! Great! I always feel so awkward when people thank me. I'm just glad I could help, ! 😊
Coding is such a finicky thing that (in my opinion) a second pair of eyes is almost a necessity to get it to work properly. LOL