Hi
I have this in custom CSS, however the transparent header is only showing on the home page. How can I correct this to show on all pages?
body.default-home #sp-header.transparent-header {
background-image: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);}
sp-header.transparent-header {
background: linear-gradient(180deg, #25522C 0%, rgba(0, 0, 0, 0) 100%);}
@media (max-width: 1199px) {
sp-header #sp-menu>div.sp-column>.sp-module {
display: block;
margin-left: 45px;
}
Not sure why some is in LARGE bold text, here.