• Resolved David_G

    (@questas_admin)


    OK things have changed, I can’t figure out the selector to change the background color on the navbar with the logo and navbar centered. I tried .navbar-inner and other items but they don’t work. This is while the navbar box is ON in the customizing settings. Currently it is showing white.

    So now how do I change the background color for the Navbar Box?

    SITE LINK

Viewing 1 replies (of 1 total)
  • Thread Starter David_G

    (@questas_admin)

    Got it figured out. For some reason there is a line in the theme css which I had to over-rule

    background-image: linear-gradient(to bottom, #FFF, #F2F2F2)

    So now I used the following:

    .navbar-inner  {
    background-image: none;
    background-color: my-color;
    }

    I thought I was using the right selector!

Viewing 1 replies (of 1 total)
  • The topic ‘Navbar backgound’ is closed to new replies.