Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #276482
    wouwonline
    Participant

    Hi, I would like to have less white space in the header, on top and on bottom of the logo.
    is that possible?

    https://gemeentebelangenkoggenland.nl/

    I also want to change te color of the breadcrumb links, is that possible?

    #276493
    Skandha
    Participant

    @wouwonline: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #site-branding {
        padding: 0;
    }

    Can you please enable breadcrumbs on your site so that I can provide you the necessary CSS Code.

    Kind Regards,
    Skandha

    #276572
    wouwonline
    Participant

    thank you,

    I enabled the breadcrumb now

    #276576
    Skandha
    Participant

    @wouwonline: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #breadcrumb-list a, #breadcrumb-list a span {
        color: #e06a26;
    }

    You can change the color according to your choice.
    Let me know if this is what you want!
    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Less white margin in header + change color breadcrumb text/links’ is closed to new replies.