Navbar text

Callum93

Madly Diligent
Joined
Mar 16, 2008
Messages
9,782
Reaction score
0
FP$
6
On my site http://convocorner.com I would like to make the text on the navigation bar.

Tried putting <span style="color: #ffffff;"> </span> around the text though it hasn't worked. Any suggestions? 😛
 
That wont work mate as the theme files determine what everything looks like 😉

Open :: /styles/prosilver/theme/colours.css

Find::
Code:
#navigation a {

And then edit where due, that should work, if not come back and I'll have another look. Make sure you refresh your themes in the ACP.
 
Try putting

Code:
<span style="color: white;"> </span>

On All Talk I used these kind of codes to color the usergroups. So it might work on yours too 😛

One try won't hurt anyone :great:
 
DirTek said:
Try putting

Code:
<span style="color: white;"> </span>

On All Talk I used these kind of codes to color the usergroups. So it might work on yours too 😛

One try won't hurt anyone :great:

That's basically what I did do, so it won't work 😛
 
Well do like I said, but instead of prosilver, subsilver2, or whatever your style is called 😉
 
Edit: ./styles/4poziomSEO_blue/theme/stylesheet.css
Remove-
Code:
.nav {
	margin: 0;
	color: black;
	font-weight: bold;
}
Add-
.nav {
margin: 0;
color: white;
font-weight: bold;
}

If it doesn't work try removing the <b> tags from the navbar file, think it's overall_header.tpl. 😛
Need more help add me send me your msn via PM. Thanks.
 
Back
Top Bottom