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

    I have a sticky menu on the site and unfortunately, my logo has a white background. For this reason I need to remove the transparency from my header menu bar. How do I do that?

    https://reachdetox.com/

    Thanks!

    #486771

    Hey ronprosky!

    Add this to your custom CSS.

    .header_color .header_bg {
      background: white none repeat scroll 0 0 !important;
      opacity: 1 !important;
    }

    Best regards,
    Elliott

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