Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #925236

    Hi
    Add below code in custom.css file to change
    block box color

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active.open > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active.open > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active.open > a:focus {
        background-color: #1b212a!important;
    }

    for border lines

    .navbar-default .navbar-nav > li > a {
        border-right: 1px solid #1b212a!important; }

    change the color as per needs .

    saguilar Friend
    #925249

    Perfect, thanks!

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

This topic contains 2 replies, has 2 voices, and was last updated by  saguilar 8 years, 6 months ago.

The topic ‘Color of menu’ is closed to new replies.