MyBB Community Forums

Full Version: Links colour
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
On the online list, the links colour is the wrong colour as I can see because it's too dark, and on this board it's white:

"Who Was Online Today | Refresh this Page"

The same with at the bottom of each threads page:

"« Next Oldest | Next Newest »"

But it's only the links colour that's wrong and all I'd like is to know where in the CSS to edit it.

Thanks. Smile
For "Who Was Online Today | Refresh this Page":

AdminCP -> Templates -> 'Your Template' (Modify / Delete) click on expand -> Who's Online Templates -> online

find:
{$lang->online_today}
and replace with:
<font color="white">{$lang->online_today}</font>

after that, find:
{$lang->refresh_page}
and replace with:
<font color="white">{$lang->refresh_page}</font>

---

For "« Next Oldest | Next Newest »"

AdminCP -> Templates -> 'Your Template' (Modify / Delete) click on expand -> Show Thread Templates -> showthread

find:
{$lang->next_oldest}
and replace with:
<font color="white">{$lang->next_oldest}</font>

after that, find:
{$lang->next_newest}
and replace with:
<font color="white">{$lang->next_newest}</font>


Of course, you can change "white" with any other colour...
I don't remember going into any templates... I must've mucked it up in the CSS and that's where I'd like to fix it, but I just need to know where. :/
How about posts containing links? How do I change the color of those links with out changing the colors of any other links (eg, breadcrumbs)?
Try changing the link colour in the "Table Footers" section of the theme.