• Hello Friends!

    My problem is the main navigation bar at the top.

    Normaly the background is transparent and when I scroll down, it changes to black. So far so good.

    But I want that the backgound is ALWAYS black, not transparent!

    Is that possible? If yes, what do I have to do for that?

    Thanks a lot in advance!

    Greeting

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Rastlin

    (@rastlin)

    No one who can help me? ;(

    Hi, you can make it to stay transparent by adding this code below using custom css plugin:

    .site-header.float-header {
        background-color: transparent;
    }

    Hello,

    is there an opotunity that i can change the colour from black to red or any other colour?

    Greetings

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Navigation bar background not transparent’ is closed to new replies.