CSS problems
-
I want to change the background color just for the breadcrumb, I set the follow code in my style.css:
.breadcrumb{
background-color:#FFFF19;
}In the header.php:
<div class=”breadcrumb”>
<?php if(function_exists(‘bcn_display’))
{
bcn_display();
}?>
</div>It just don’t work… Can someone help me please?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘CSS problems’ is closed to new replies.