jane-clique
-
Posts
16 -
Joined
-
Last visited
Community Answers
-
jane-clique's post in Header background is not showing when first section has banner was marked as the answer
Thanks, Ziggy for your time. I was able to fix it with this code.
/* Header freeze */
.Header {
background-color: black !important;
}
Previously, it's just background-color: black
Realized how important !important is. 😅