3rd
New Member
Waiting for springtime
Posts: 28
inherit
261221
0
Jan 14, 2022 0:38:53 GMT -8
3rd
Waiting for springtime
28
May 2020
3rd
|
Post by 3rd on Jul 12, 2020 2:39:28 GMT -8
I would like to change the font color for Mini Profile "member is online"
<div class="pulsate">Member is Online</div>
Line 28 Mini Profile
|
|
inherit
252032
0
Apr 26, 2024 23:51:41 GMT -8
Retread
Tribbial Pursuit.
5,017
January 2018
retread
|
Post by Retread on Jul 12, 2020 7:20:06 GMT -8
I would like to change the font color for Mini Profile "member is online" <div class="pulsate">Member is Online</div> Line 28 Mini Profile Hi 3rd If you replace what's in Line 28 of the Mini-Profile layout template with what you have there, it will indicate the member is online, even when they are not! I'd suggest just adding the pulsate class to the original line, as well as another class online we can target for your color. Change: {if $[user.is_online]}<br /><span class="italic">Member is Online</span>{/if} To: {if $[user.is_online]}<br /><span class="italic pulsate online">Member is Online</span>{/if} If you want to specify the color of the Member is Online text, you could add this to the bottom of the Style Sheet for that theme: /* Text color for Mini-Profile online */ .mini-profile .online{ color:#00AA00; } /* End of Section */ Change #00AA00 to the color of your choice. Also, as Kami stated, a link to your forum would be most helpful. I'm not sure if it's a script or css you're using for your 'pulsate'. Knowing more about how this all fits together would be a good thing.
|
|
3rd
New Member
Waiting for springtime
Posts: 28
inherit
261221
0
Jan 14, 2022 0:38:53 GMT -8
3rd
Waiting for springtime
28
May 2020
3rd
|
Post by 3rd on Jul 12, 2020 7:41:13 GMT -8
Sorry I forget about the link to my site. I am posting it now before I wreck anything. onthe.boards.net/
|
|
3rd
New Member
Waiting for springtime
Posts: 28
inherit
261221
0
Jan 14, 2022 0:38:53 GMT -8
3rd
Waiting for springtime
28
May 2020
3rd
|
Post by 3rd on Jul 12, 2020 8:11:59 GMT -8
Thank you it worked for me
|
|