VvigiasystemJul 17, 2019
Hello friends, I need help with the background color of the menu, in the demo recipes.
Currently the background of the menu bar is white, I want to change the white color.
My website is: www.sweetland.com
2 replies · opened Jul 17, 2019
Hello friends, I need help with the background color of the menu, in the demo recipes.
Currently the background of the menu bar is white, I want to change the white color.
My website is: www.sweetland.com
Hello,
Simply find the following code in the demos/recipes/recipes.css File:
#header-wrap:before {
content: '';
position: absolute;
top: 50%;
right: 0;
height: 60px;
width: 42%;
transform: translateY(-50%);
background-color: rgba(255, 255, 255, 1);
box-shadow: 0 0.5rem 1.3rem rgba(0, 0, 0, 0.2);
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
transition: background-color .4s ease;
}and edit the background-color CSS Property according to your needs.
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.
thk!!
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