Change font color in Likes popup window

Started by Speed King, February 18, 2025, 01:57:00 AM

Previous topic - Next topic

Speed King

Hello,

I want to change the font color in Likes popup window, about member's description:

Click =>


Now is hard to read this text, I want to make it darker.

I have looked into index.css file, but cannot find the proper code.

Kindred

index.css

#likes .description

ul #likes

#likes li .like_time

and so on....   just search for #likes
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Speed King

Found:

#likes .description {
font-style: italic;
opacity: 0.4;
font-size: 0.9em;
display: block;
}

Just added new line:

color: #444;

Mark solved  :)

Advertisement: