Header color in style-3 menu

1 reply · opened Oct 1, 2016

EeliserOct 1, 2016

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!

SSemicolon WebSTAFFOct 2, 2016

Hello,

This is Definitely Possible. Please consider adding the following CSS Code:

.dark #header #header-wrap,
#header.dark #header-wrap:not(.not-dark),
.dark #header.sticky-header:not(.transparent-header) #header-wrap:not(.not-dark) { background-color: rgba(0,100,0,1); }

This will definitely work fine. Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard