Is it possible to keep the background color from disappearing while activating the include-header?
I want to turn on include-header and make the background color alive and dark mode as well.
5 replies · opened Feb 21, 2021
Is it possible to keep the background color from disappearing while activating the include-header?
I want to turn on include-header and make the background color alive and dark mode as well.
Hello,
Simply remove the .transparent-header Class from the #header Element. Additionally, you can also add the .dark Class to make the Header Dark mode.
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.
itdesign.dothome.co.kr
Removing the transparent class doesn't work properly.
Hello,
Apologies for the Inconveniences caused!
Please update the Codes online so that we can check this and provide you with further assistance on this. Thanks for your Patience.
Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.
I don't want the menu background to be transparent.
Hello,
Simply remove the .transparent-header and .semi-transparent Classes from the #header Tag. Example:
[ch_pre][/ch_pre]
Use the following CSS Code:
[ch_pre type="css"]#header {
z-index: 299;
}[/ch_pre]
This should definitely fix your issue. 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