In the menu-3.html par example, in the dark version, i want to change the header background color, but when roll-down and the header is smaller, two black bars remain on both sides of the head. This is my code in custom.css:
.dark #header .container,
#header.dark,
#header.dark .container { background-color: rgba(0,100,0,1); }
.dark #header #header-wrap,
#header.dark #header-wrap:not(.not-dark) { background-color: rgba(0,100,0,1); }
please what is wrong? Thanks!
