custom css

  • Posted in : Bloggy WP
  • martianmasai
    Participant

    Hi I’d like to have a clear white navigation menu with black text and a line underneath the text on the navigation menu.

    Thanks

    ahmetsali
    Keymaster

    Hi, try this custom css code;

    a#header-search-link {
        background: #fff; color: #555;
    }
    #header-search-link:hover, #header-search-link.active {
        color: #333; background: #fff;
    }
    nav#site-navigation {
        background: #fff; border-bottom: 1px solid #eee;
    }
    .main-navigation ul li, .main-navigation ul li a {
        color: #555;
    }
    .main-navigation > ul > li > a:hover, .main-navigation > ul > li > a.selected {
        color: #333; background: #fff;
    }
    .main-navigation > ul > li > a {
        border: 0 !important;
    }
    .main-navigation div.selector:before {
        color: #333;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register