Home › Forums › Basel support forum › Transparent Homepage Header › Reply To: Transparent Homepage Header
October 2, 2020 at 7:06 am
#230359
Elise Noromit
Member
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