Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1173940

    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

    #1174767

    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

    #1174940

    Yes, that looks fine.
    Can I also use #000000 instead of white, for instance?

    Regards Tom

    • This reply was modified 4 years, 10 months ago by tom.
    #1174952

    Hey,

    Yes, then your code should look like following

    .title_container {
      background: #000000 !important;
    }

    Cheers!
    Yigit

    #1174987

    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

    #1174999

    Hi Tom,

    Please try adding following code to Quick CSS as well

    #top .title_container .container {
        min-height: 45px;
    }

    Best regards,
    Yigit

    #1175149

    Just perfect.
    Thanks for the great support.
    Regards Tom

    #1175266

    Hi Tom,

    I’m glad that we could help, please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.