• Resolved Fannetta55

    (@fannetta55)


    Dear Experts/Pro,

    I would like to change the colour of the home pg menu bar to solid orange (#fe7803) without the gradient effect. Please advice on the custom css code. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try this in custom css

    .navbar .navbar-inner{
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fe7803;
    }
    .navbar .nav > li > a {
    color: #fff;
    text-shadow: none;
    }
    .navbar-wrapper .navbar h2 {
    text-shadow: none;
    }

    Thread Starter Fannetta55

    (@fannetta55)

    Hi bravokeyl,
    Cool! Thank your help! Much appreciated! This is indeed a wonderful forum. Thanks to all your contributions and patience! Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change the colour of the home page menu bar’ is closed to new replies.