Currently on the Home page, I have a transparent Header with the Slider being the background.
When i go into Mobile view, the background becomes a solid color.
Is there anway to make the mobile view have a transparent background?
Hey j_arendall!
For the header? Try adding this to your custom CSS.
#header {
background: transparent !important;
position: fixed !important;
}
If that’s not working then send us a link to your page and we’ll take a look.
Best regards,
Elliott