How do you change the "header-wrap" colour?

1 reply · opened Dec 19, 2018

NneilcainDec 19, 2018

I'm struggling to change the header-wrap colour to match that of the logo background when the logo moves centrally to be viewed on a small screen (please see attached).

The page is currently using the dark mode.

URL is www.cainbike.co

Where should I be looking, or what should I be adding to do this?

Thanks!

SSemicolon WebSTAFFDec 24, 2018

Hello,

Simply use the following CSS Code:

@media (max-width: 991px) {
	#header.dark.transparent-header { background-color: #333; }
}

This will definitely work fine. Hope this Helps!

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