Home Forums Basel support forum How to change menu to transparent Reply To: How to change menu to transparent

#162865

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