MyBB Community Forums

Full Version: [SOLVED] I need help changing one link color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I need to chage Next thread & Previous thread link color but I don't find where. Can you help me, please?

-- solved editing showthread
I know how you solved it, but some people maybe don't know it and if they have the same problem and they find this thread by searching they won't be helped! Write how you fixed it Wink
I edited ACP -> Styles & Templates -> Templates -> Show thread -> showthread

I replaced:

Quote:<strong>&laquo; <a href="{$next_oldest_link}">{$lang->next_oldest}</a> | <a href="{$next_newest_link}">{$lang->next_newest}</a> &raquo;</strong>

for

Quote:<div class="white"><strong>&laquo; <a href="{$next_oldest_link}">{$lang->next_oldest}</a> | <a href="{$next_newest_link}">{$lang->next_newest}</a> &raquo;</strong></div>

I added .white a, a:link, a:visited, a:hover { color: white } to global.css in styles.

Regards.