@cagatay You should ask in the NodeBB forums. Perhaps reference this post
https://discuss.flarum.org/d/23066-who-read
hello guys, how can I change the color of the text from the profile? this one ->Joined about 6 hours ago Last Online 4 minutes ago - Email google@gmail.com
thanks!
@marusaky This ought to to it
a.permalink, a.permalink:active, a.permalink:focus, a.permalink:hover {
color: #ffffff;
}
@marusaky Try this
.account .profile .profile-meta strong {
color: #ffffff;
}
@phenomlab said in NodeBB changing color of the text:
@marusaky Try this
.account .profile .profile-meta strong { color: #ffffff; }
yep, it’s working, thank you very much… do you also have one for when someone posts something at it appears on the main page @phenomlab posted a minute ago, it’s a little hard to see it on blue-dark theme, and I need one more if it’s possible for Latest posts made by user and there on the profiles are the topics with RE: it appears to dark, again… I don’t know why… thanks again for your help, it’s very helpful to me
@marusaky Do you mean this ?
@phenomlab yep, but the time
@marusaky This ought to to it
a.permalink, a.permalink:active, a.permalink:focus, a.permalink:hover {
color: #ffffff;
}
@phenomlab said in NodeBB changing color of the text:
@marusaky This ought to to it
a.permalink, a.permalink:active, a.permalink:focus, a.permalink:hover { color: #ffffff; }
works great, thanks a lot