• Resolved joethebaker

    (@joethebaker)


    I finally managed to make my navbar black. Now, how can I make the text of the navbar links white, with no shadowing/effects?

    .navbar-inner {
    margin: none;
    padding-top: 4px;
    padding-bottom: 4px;
    -webkit-box-shadow: 0px 0px 0px;
    -moz-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    background:black
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter joethebaker

    (@joethebaker)

    NVM – I’ve got it.

    How have you done this? I have created a child theme because apparently you can not remove the shadow from the menu. I’m not sure if I have created the child theme properly as your above code and others don’t work. However some CSS changes work so must say I’m lost…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change text color in .navbar’ is closed to new replies.