XF 2.3 Messages have been posted since you loaded this page... (Don't see the load them option)

zzlpolitics

Active member
IMG_4896.webp


Edit: The load them was hidden in the background color, I just didn't click correctly. Any idea where I might find that "load them?" text so I can change it's color as the skyBlue is part of our site colors? Thanks in advance.

Double edit: guess maybe this should be moved to styling..
 
Last edited:
GIF by Paramount Movies
 
It doesn't have any particular styling, so it just inherits those of regular links.

You could change it via extra.less though:
Less:
.js-newMessagesIndicator a
{
    color: white;
}
 
Back
Top Bottom