CSS troubles
-
I am using the breadcrumbs navxt plugin. I installed the plugin, added this to my header.php file:
<div class="breadcrumbs"> <?php if(function_exists('bcn_display') && !is_front_page()) { bcn_display(); }?> </div>
The breadcrumbs work, but aren’t styled the way I want. I added this to my css:
.breadcrumbs .breadcrumbs a .breadcrumbs a:link .breadcrumbs a:visited .breadcrumbs a:visited .breadcrumbs a:hover .breadcrumbs a:hovered { color:#0351A6; }
After saving and refreshing, the breadcrumbs stayed the same. No new styling. I tried doing the CSS a few ways, and searched through my theme for prior breadcrumb code.
What am I doing wrong? What is the problem? Can someone tell me what to do?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘CSS troubles’ is closed to new replies.