How to change navbar link color?

Status
Not open for further replies.

bxflow

Active Member
4,686
2010
621
30
2iqzxtv.jpg


^^ thats how my nav bar links look like, I want to change them to white, i have tried editing like every template where the navbar is included but nothing works. The only way i can change the navbar color is if i change the body color in the main CSS but that also changes my forum colors and i would only like to change the navbar links

please help

the site is www.your360stop.com
 
6 comments
lolwut they are not images

have you tried just a simple font color

<font color="#fff"> </font>

So for example

Code:
<td width="85" height="34" class="css_nav"><a href="[URL="http://www.wjunction.com/view-source:http://www.your360stop.com/register.php"]register.php[/URL]" rel="nofollow">Register</a></td>

Would be

Code:
<td width="85" height="34" class="css_nav"><a href="[URL="http://www.wjunction.com/view-source:http://www.your360stop.com/register.php"]register.php[/URL]" rel="nofollow"><font color="#fff">Register</font></a></td>

Or just create a new css class
 
Status
Not open for further replies.
Back
Top