Breadcrumb color css?
Posted: Sun 16. Nov 2003, 22:21
Where can i set the home tekst color from #000000 to #FFFFFF?
Thnx,
Repute
Thnx,
Repute
The phpwcms support forum will help to find answers to your questions. The small but strong community is here since more than 10 years.
https://forum.phpwcms.org/
Code: Select all
<td class="breadcrumb">{BREADCRUMB}</td>
Code: Select all
<span class="breadcrumb">{BREADCRUMB}</span>
Code: Select all
<div class="breadcrumb">{BREADCRUMB}</div>
Code: Select all
<span style="color:#FFFFFF;">{BREADCRUMB}</style>