posted 1726287515
Forum: SpaceHey
View Topics View Profile
hey so whenever i try to change my mood, what im doing, something about me, etc. it doesnt work. if i go to the edit page, it says the message i typed in but it doesnt say it on my account. how do i fix this ??
tldr; cant edit mood
Report Topic
Sort Replies: Oldest Newest Newest Oldest
posted 1726623445 updated 1726623453
Did you go here?
Permalink Report Reply
posted 1726623499
Or did you reset cache using
Chrome: Ctrl + Shift + R
?
posted 1726662678
i went to the link because im on the mobile website
posted 1726666720
posted 1752805385
mine is exactly like that too. I've changed it countless times but it shows up on my profile the same as always:/ Have you found an answer?
posted 1755013947
Guys, I've got the answer!! You can change the hex color to something other than black, of course.
Hope this Helps! :D
<style>
.mood p:first-of-type {
font-size: 0 !important;
}
.mood p:first-of-type::before {
content: "Mood: ";
font-size: 12px;
color: #000000;
font-weight: bold;
.mood p:first-of-type::after {
content: "MOOD HERE";
font-weight: normal;
</style>
posted 1755014111