This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Set Masthead to Not have Any transparency at all

9 years ago · Last reply by Gopu 9 years ago

How do I set Masthead to NOT have ANY transparency at all?

#masthead.site-header {
  background-color: rgba(255, 255, 255, 1);
}
#masthead.floating.site-header {
  background: rgba(255, 255, 255, 1);
}

Both of the above css are resulting in about 99% white. There is about 1% of the underlaying elements that shines through the masthead.

This is when using “menu position overlaps content””.

So how come this happens, and how do I get 100% white backgrund?

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Gopu 9 years, 4 months ago

    hai.

    could you try this

    #masthead.site-header {
      background-color: #ffffff;
    }
    #masthead.floating.site-header {
      background: #ffffff;
    }

    look if this makes any difference

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread