Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #3106
    evabigtree
    Participant

    Hi

    Below is the code that i use in my custom CSS to change the color the menu bar. however i cant change the font color, its still grey now. i wanna change it to white. Please help me. thanks 🙂

    here is the website http://mimigoss.com/wordpress/

    #access {
    border:1px solid #a52a2a;
    background-color:#a52a2a
    }
    #access ul li a:hover, #access ul li.current-menu-item a, #access ul li:hover > a {
    background-color:#444;
    }
    #access ul li ul li a:hover, #access ul li ul li:hover > a {
    background-color:#444
    }
    #branding {
    background: none left #fff;
    }

    #3138
    Sakin
    Keymaster

    for font color of menu add the following css in “Custom CSS” box under Theme Options

    #access .menu-header-container ul li a {
    color: #fff;
    }

    #3174
    evabigtree
    Participant

    THANK YOU SO MUCH!! IT WORKS 🙂

     

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘change tab manu font color’ is closed to new replies.