« SpaceHey Forum

i cant edit my mood ??

Posted by rose guts

posted

Forum: SpaceHey

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

7 Replies

Sort Replies:

Reply by Abigblueworld

posted
updated

Reply by Abigblueworld

posted

Or did you reset cache using 


Chrome: Ctrl + Shift + R


?


Permalink Report Reply

Reply by rose guts

posted

i went to the link because im on the mobile website 


Permalink Report Reply

Reply by rose guts

posted

i went to the link because im on the mobile website 


Permalink Report Reply

Reply by AuroraValentine

posted

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?


Permalink Report Reply

Reply by AuroraValentine

posted

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-size: 12px;

    color: #000000;

    font-weight: normal;

}

</style>



Permalink Report Reply

Reply by AuroraValentine

posted

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-size: 12px;

    color: #000000;

    font-weight: normal;

}

</style>



Permalink Report Reply