• Hi what css code do I change if I want to change the navbar colour from black to a different colour but keep the transparency settings?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter envique

    (@envique)

    Hi Chris,

    I’m aware of how to customise css using dev tools, my problem is that I’ve tried changing almost every colour code relating to .navbar-collapse and I still am unable to change the colour of the navbar from black to an alternative colour. The only thing I’ve been able to change is background colour of the menu items (middle of the bar still remains black) and the transparency of the bar.

    That isn’t the correct selector. The navbar color is controlled by the .navbar-inverse class which is on the main div container.

    Hello. I know this is an older post. I have tried everything mentioned that I read on this forum about changing the navigation bar color on Arcade theme. I successfully change the footer but the top navbar isn’t changing no matter what I do.
    Can you point me specifically to the style css area to change the color?
    I’m a dumby on this so please be specific if you can ??

    Thank you in advance. I appreciate any help.
    wildperfume.com

    perry carbonell

    (@perry-carbonell)

    Try this in your Edit CSS

    .navbar-fixed-top, .navbar-fixed-bottom {
    color: <choose your color>;
    }

    Hope that helps.

    Soulvan

    (@soulvan)

    The change is in =Main Navigation, Line 3977 in the original style.css

    .navbar-inverse {
    text-align: left;
    background: rgba(0, 0, 0, 0.6);
    border: 0; }

    you have to change rgba color. 255, 255, 255, 0.6 for white.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change Navbar Colour’ is closed to new replies.