Hello,
i want to add some blue colours in the background of the header and footer like this site
http://nordlicht-ev.de/
there is the css code
.header100 {
background-color: #90b4c2;
z-index: -1;
height: 60px;
width: 100%;
position: fixed;
top: 101px;
opacity: 0.5;
}
and
.footer100 {
background-color: #90b4c2;
z-index: -10;
height: 90px;
width: 100%;
opacity: 0.5;
}
how can i add those parts in generatepress? Is there any way to add this easily?
Thanks,
VW