Hello,
how can I change the color for off-canvas module ?
I tried to modify this in style in the theme color and changed the base background color but it is not taking any effect.

Currently the off-canvas module is the default color 'green' #2a7768......and we want to change it to 'light red' #fbb293

Where do we need to modify this ?

Thanks
Markus

Hi Markus,

You can try this custom css rule:

.nav-open .overlay-menu {
    background: #fbb293;
}

Hi saguaros,

perfect .....this is working fine.

Thanks a lot and cheers
Markus

Write a Reply...
You need to Login to view replies.