Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thanks, this code seemed to work fine (changed nav bar color to dark blue) when pasted in the style.css of the theme Expound:

    .navigation-main {
    background: #0e123d !important;
    }

    .navigation-main a {
    background: #0e123d !important;
    }

    .navigation-main ul > .current_page_item a:after, .navigation-main ul > .current-menu-item a:after, .navigation-main ul > .current-post-ancestor a:after, .navigation-main ul > .current-menu-parent a:after, .navigation-main ul > .current-post-parent a:after {
    border-top: 6px solid #0e123d !important;
    }

    I too would simply like to change the color of the navigation bar (from black to dark blue). How can I do this? Can I just cut and past some code into the style css? If so where, and what? Any help would be most appreciated.

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