Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #465917

    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?

    #466457

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.