Home › Forums › Basel support forum › How to change menu to transparent › Reply To: How to change menu to transparent
December 12, 2019 at 7:33 am
#162865
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Mobile:
body .main-header.header-has-no-bg.color-scheme-dark.act-scroll {
background-color: grey;
}
body .main-header.header-has-no-bg.act-scroll {
background-color: grey;
}
Set the color as per your needs.
Best Regards