Hi can't find to change background color of main menu in small screen sizes in normal sizes i did it. Please help me
Can't find to change bg color of menu on different screen size
1 reply · opened Jul 4, 2021
Hello,
Consider use the Responsive Classes to add Different Background Colors for Headers on different devices. Example:
[ch_pre type="css"].device-lg #header-wrap {
background-color: #FFF;
}[/ch_pre]
The Responsive Classes are as follows:
.device-xl – Class for Large Devices >=1200px
.device-lg – Class for Medium Devices >=992px to 1199px
.device-md – Class for Tablets
.device-sm – Class for Landscape Mobiles or Phablets.
.device-xs – Class for Portrait Mobiles
You can add these Custom CSS codes in the css/custom.css File.
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