Change colour menu drawer highlight - Dawn

Hi!

Does somebody know how to make the highlight colour of the drawer menu transparent?

Thanks so much!

Hi @Perziamalayeri Hope you are doing well
you need to change the code in component-menu-drawer.css file on line 154
from this
background-color: rgba(var(–color-foreground),.04);
to
background-color: transparent;

Hi @Perziamalayeri ,

Go to Assets > base.css and paste this at the bottom of the file:

.js .menu-drawer__menu li {
    background: #80808038 !important;
}

You can change the color code to your liking.

Hope it helps!