Width of main menu is too small and background is transparent instead of solid color after scrolling
Hello,
I use the headline style "Stack: Left" and sticky header.
when I call the site the main menu has the background color of the header area. This is ok.
After scrolling up the background of the main menu ist transparent.
But I want that the menu has the same background color as before scrolling.
The style "Stack: center" keeps the color, but there ist a transparent margin at the left and the right side of the site that I don't like. Can you help me please with some css code to eleminate the unwanted transparency after scrolling and set the header background color?
Thanks very much.
I use the headline style "Stack: Left" and sticky header.
when I call the site the main menu has the background color of the header area. This is ok.
After scrolling up the background of the main menu ist transparent.
But I want that the menu has the same background color as before scrolling.
The style "Stack: center" keeps the color, but there ist a transparent margin at the left and the right side of the site that I don't like. Can you help me please with some css code to eleminate the unwanted transparency after scrolling and set the header background color?
Thanks very much.
Comments
Please send a link to your website
thanks
Thanks.
By the way for adjusting the background color as shown I had to use a custom CSS lin, otherwise the menu items would have a transparent background. (Although Transparancy ist not selected in global Adjustments / General / Background)
#Top_bar .menu li a { background: #2152AF;}