Hello,
How can I change the color of the bar that contains the breadcrumbs.
Is now green, see see http://maastrichtvooriedereen.nl.transurl.nl
I can adjust the font size etc. under “Advanced Styling” but no color.
Thanks and regards,
Tom
Hi Tom,
You have a background image there, do you want to override that? If so then try this CSS:
.title_container {
background: red !important;
}
Best regards,
Rikard
Yes, that looks fine.
Can I also use #000000 instead of white, for instance?
Regards Tom
Hey,
Yes, then your code should look like following
.title_container {
background: #000000 !important;
}
Cheers!
Yigit
Thanks so far,
Is it also possible to influence the height of the block (padding or margin)?
The bar is now ± 56px high, I would like it to be less high. if it’s possible.
Regards Tom
Hi Tom,
Please try adding following code to Quick CSS as well
#top .title_container .container {
min-height: 45px;
}
Best regards,
Yigit
Just perfect.
Thanks for the great support.
Regards Tom