Tagged: Background color, breadcrumb, Color
- This topic has 2 replies, 2 voices, and was last updated 9 years, 11 months ago by Zia.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
December 17, 2014 at 12:28 am #48973ZiaParticipant
I am using ‘Breadcrumb NavXT’ plugin and it works perfectly. I only need to change the color of the border of the breadcrumb to something that goes with my site background. By default, ‘Breadcrumb NavXT’ uses the ‘Catch Kathmandu Pro’ default background color which is #21759B (some kind of blue) which I have changed.
December 17, 2014 at 10:24 pm #49000SakinKeymaster@Zia: Try adding in the following css in “Appearance => Theme Options => Custom CSS” box:
.breadcrumb ul li a { background-color: #84927d; color: #fff; } .breadcrumb ul li { border-color: #3f532b; } .breadcrumb ul li a:hover, .breadcrumb ul li.current_item { background-color: #3f532b; } .breadcrumb ul li.current_item a { background-color: #3f532b; }
December 17, 2014 at 10:30 pm #49003ZiaParticipantHi Sakin,
Your suggested code worked perfectly. Thank you very much for your help. -
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘‘Breadcrumb NavXT’ border color’ is closed to new replies.