Home › Forums › Basel support forum › Change Menu Bar Color/Transparency › Reply To: Change Menu Bar Color/Transparency
July 12, 2021 at 11:00 pm
#306196
Elise Noromit
Member
Hello,
Please replace the code with this one:
body .main-header.header-has-no-bg.color-scheme-light.act-scroll {
background-color: red;
}
body .main-header.header-has-no-bg.act-scroll {
background-color: red;
}
body .main-header.header-has-no-bg.act-scroll .menu>li.current-menu-item>a{
color:yellow;
}
body .main-header.header-has-no-bg.act-scroll .menu > li > a{
color:blue;
}
body .main-header.header-has-no-bg.act-scroll .menu > li > a:after{
color:blue;
}
body .main-header.header-has-no-bg.act-scroll .menu > li > a:hover{
color:yellow;
}
body .main-header.header-has-no-bg.act-scroll .right-column>div ul li a,
body .main-header.header-has-no-bg.act-scroll .right-column>div>a {
color: white;
}
body .main-header.header-has-no-bg.act-scroll .right-column .amount {
color: #f7f7f7;
}
As for the background color for the default header, you can find the option in the Theme Settings > Header > Appearance.
If you have any questions please feel free to contact us.
Best Regards