I posted another ticket with the below question. I tried the solution but it did not work?
———-PREV TICKET————-
Is there a way to use a rev slider on the home page with the clear header. Then on the rest of the pages the header has a background? I don’t want to have to set every page background.
Thank you,
———-PREV RESPONSE THAT DIDN’T WORK———–
You can add this code in Custom CSS:
.header-wrapper {
background: black;
}
.home .header-wrapper {
background: transparent;
}
Regard
————–
tHANKS