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!
6 replies · opened Aug 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!
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.
Hi,
I cannot create a new ticket.
So am communicating thru this.
How to create new ticket?
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.
Hi,
I used the above code in custom.css but its not refelecting, whereas it worksin my local file but not in server.
pls check.
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!
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