Theme edit

  • Anonymous

    #3040

    How do you change the black colour in the menu bar and twitter button/search bar in at the to of the page im uisng version 1.5.6

    Anonymous

    #23130

    On your child theme folder, edit the CSS to change the colors.

    For Menu Bar

    #header-menu {
    background: url("images/sprite_h.png") repeat-x scroll left -3px #101010;
    }

    For Top Bar

    #top-bar {
    background: url("images/sprite_h.png") repeat-x scroll left -196px #313130;
    border-bottom: 1px solid #222222;
    height: 54px;
    position: relative;
    z-index: 10;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

  • You must be logged in to reply to this topic.