Hi,
Hoping for help. I'm having trouble adding two CSS Codes. Only the first code works. When I add second code the change shows temporarily, but does not save permanently for some reason. 1st code is to freeze header, 2nd code is to add transparent color behind text on a page (this is what I've been using below):
/* Fixed Header */
.Header {
position: fixed;
z-index: 9999;
width: 100%;
top: 0px;
}
.Content-outer {
margin-top: 50px;
}
#block-0db31487a4910b9a8f73 {
background-color: #802a;
padding: 0px;
text-align: center;
}