Hi,
I use your theme on a few sites. I noticed that on one site where I recently installed your theme that the breadcrumbs look different and have a background colour with a curved border.
However, on the other site I use your theme, everything is up to date too and I really can’t find out why it looks different there.
Links are below. How can I achieve the breadcrumbs with the curved border and darker background?
Hey SilviaNT,
Please try the following in Quick CSS under Enfold->General Styling:
.title_container {
background-color: #fff;
}
Best regards,
Rikard
Hi,
I was able to achieve it with this css:
.title_container .breadcrumb {
padding: 8px;
background-color: #f5f5f5;
border-radius: 4px;
}
However, now the breadcrumbs are not really centred. The is a bigger gap at the top of the title container. How can I centre it a bit more and get to look even?