Breadcrumb color css?

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Repute
Posts: 45
Joined: Mon 10. Nov 2003, 16:32
Location: Netherlands
Contact:

Breadcrumb color css?

Post by Repute »

Where can i set the home tekst color from #000000 to #FFFFFF?

Thnx,

Repute
Image
http://www.repute.nl the official phpwcms dutch translator!
Also check http://www.chihuahua-club.nl
User avatar
Oliver Georgi
Site Admin
Posts: 9919
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

Do it like I did:

I have my breadcrumb inside a table cell

Code: Select all

<td class="breadcrumb">{BREADCRUMB}</td>
but you can also do it like this:

Code: Select all

<span class="breadcrumb">{BREADCRUMB}</span>
or this

Code: Select all

<div class="breadcrumb">{BREADCRUMB}</div>
or this

Code: Select all

<span style="color:#FFFFFF;">{BREADCRUMB}</style>
Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Repute
Posts: 45
Joined: Mon 10. Nov 2003, 16:32
Location: Netherlands
Contact:

great!

Post by Repute »

Wow great!

YOUR THE BEST!
Image
http://www.repute.nl the official phpwcms dutch translator!
Also check http://www.chihuahua-club.nl
Post Reply