Site icon Catch Themes

Breadcrumb gray bar

Is it possible to change the color of the entire gray bar of the breadcrumb? I have colored a few CSS based on previous posts but still have the ends gray #breadcrumb-list .wrapper { background-color: #cc0001; color: #cc0001; border-color: #cc0001; } #breadcrumb-list .breadcrumb-current { background-color: #ffffff; color: #333333; } #breadcrumb-list a { color: #a5b7fe; } #breadcrumb-list a:hover, #breadcrumb-list a:hover span { color: #ffffff; } #breadcrumb-list span { border-color: #cc0001; }
Exit mobile version