Home Forums Basel support forum Coloured Header

Coloured Header

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #14199

    IvyK
    Participant

    Hi,

    We switched to colored header and we noticed there is around 40px high white space under the header on every page.
    We don’t want to remove It, but we want to change the color to the same color as header.
    We want the header to have a bit more space under the menu for better balance, now the menu is a bit too close to an edge.
    Please take a look at screenshots.

    Thank you!

    Attachments:
    You must be logged in to view attached files.
    #14217

    Artem Temos
    Keymaster

    Hi,

    Please, provide us a link where we can see it.

    Thank you

    #14249

    IvyK
    Participant

    Sure, links bellow.

    Regards,
    Ivy

    #14254

    Artem Temos
    Keymaster

    Sorry, but you can change the color of that “space”. It is not an HTML block, it is a header margin-bottom.

    #14278

    IvyK
    Participant

    Ok, in that case can we put that margin to 0 to remove It?
    Also, on the product page, as shown in the screenshot, can we then change the color of the breadcrumbs line from ivory to white?

    #14279

    Artem Temos
    Keymaster

    You can remove the margin but it will be removed on all the page

    .page-title {
        margin-bottom:0;
    }
    
    .single-breadcrumbs-wrapper {
        background: #f8ecd5;
    }
Viewing 6 posts - 1 through 6 (of 6 total)