Hello @consigo ,
You can find Breadcrumb Options on
Appearance => Customize => Theme Options => Breadcrumb Options
Best Regards!
Thanks @codersantosh , I know where I can find that, but the problem is that is can’t change the background colour of the breadcrumb. Everything else is adjustable, but the background colour not.
So where can I adjust that? Our page background is white and the breadcrumb background is gray.
Thanks!
@consigo It is possible with simple custom CSS. Without your site link, it is not possible to prove the CSS
@consigo , Please try following custom CSS on Appearance => Customize => Additional CSS
.breadcrumbs {
background: #fff;
}
You can change the color code(#fff) as you need.
Thanks! this code works well, great!