To change bg colour of menu in all devices

6 replies · opened Aug 21, 2020

TThenaaKAug 21, 2020

Hi
How to change bg colour of header wrap respect to all the devices and sticky menus as well?

#header-wrap { background-color: #FF0000; }
I used this, but I can see change only in top header but not in sticky one.
Thanks!

SSemicolon WebSTAFFAug 21, 2020

Hello,

You can simply use the following CSS Code:


#header-wrap { background-color: #FF0000 !important; }

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

TThenaaKSep 20, 2020

Hi,
I cannot create a new ticket.
So am communicating thru this.
How to create new ticket?

SSemicolon WebSTAFFSep 21, 2020

Hello,

You can simply create a New Ticket here: http://support.semicolonweb.com/forums/forum/canvas-html/#new-post . If you can't, can you please provide us with a Screenshot of the issue you are facing so that we can look into this further and fix this for you. 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.

TThenaaKOct 1, 2020

Hello,
Added the below code, but its not reflecting in server, can you pls help on this.

@media (min-width: 992px) {
.full-header .primary-menu .menu-container {
padding-right: 0;
margin-right: 0;
border-right: 0;
}
}

Thanks!

SSemicolon WebSTAFFOct 2, 2020

Hello,

The Codes are not working as the CSS Codes in your css/custom.css are invalid. The Top Commented section has not been escaped properly. You codes should looks like in the attached file.

Additionally, please make sure that you double-check your codes to avoid any unexpected issues.

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