• hey guys!! new to wordpress, and would love y’all to help me. Im trying to change the menu color to black from the grey background its currently on! and also change the font color on the menu to white

    I have created a child theme as well, any help would be very much appreciated.

    my website: http://www.titansleague.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • To change the colour of the links put this in the style sheet:

    .navbar .nav > li > a { color: #FFFFFF; }

    For the colour of the bar try:

    .navbar-inner {
    background-color: #000000;
    }

    Thread Starter Ethanel_05

    (@ethanel_05)

    thank you for ur Quick response gscohier, but unfortunately i had tried that before and i tried it once again. thats not working

    I also tried the following code as well

    .navbar-inner {
    background-color: #00000 !important ;
    }

    but to no avail.

    Read this, it should help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Unable to Change the Menu Background Color to Black’ is closed to new replies.