Site logo

Archived topic

archives scroll above header

3 replies · Started by Gerhard on June 10, 2022

Viewing posts 1–4 of 4

Hello,

my blog archives scroll above the header.
How can I fix this?

greetings from Cologne
Gerhard

Hi Gerhard,

It's because your header's background color is set to transparent.

You have this CSS:

#masthead {
    background-color: transparent;
    color: var(--textfarbe);
    border-bottom: 1px solid hsla(0, 0%, 54%, 0.2);
}

Try giving it an actual background color, eg. white.

Hi Ying,

thank you for your help!

Greetings from Cologne
Gerhard

No problem :)

This archived topic is closed to new replies.