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

    (@myhero)

    Thread Starter myhero

    (@myhero)

    This code got my background working but I need a solid color for the TopNavBar, it’s currently transparent and showing the background image.

    }
    
    .container {
    	background: url(https://www.image.jpg) no-repeat center center fixed;
    	-webkit-background-size: cover;
    	-moz-background-size: cover;
    	-o-background-size: cover;
    	background-size: cover;
    }

    Thread Starter myhero

    (@myhero)

    simple fix, just had to change .container to body.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Solid color to the background of the TopBar’ is closed to new replies.