Home Forums Basel support forum Transparent Homepage Header Reply To: Transparent Homepage Header

#230359

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

body .main-header.act-scroll {
    background-color: red;
}
body .topbar-wrapp {
    background-color: red;
}

Then find this code and change:

body .main-header.header-has-no-bg.color-scheme-light.act-scroll {
    background-color: transparent;
}

replace the color with “transparent”

Best Regards