• Resolved hollyrayz

    (@hollyrayz)


    Hi, i used the above code to change the navigation bar color to green and it worked but i still have blue lines separating each of the menu items. which doesn’t go well with the green.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Imran Ali

    (@imranaliweb)

    Hi

    please share your website URL

    Thanks

    Thread Starter hollyrayz

    (@hollyrayz)

    Thread Starter hollyrayz

    (@hollyrayz)

    Another important issue; how can i put text on the top right side of the header. The logo is on the left side, but i need to put something on the right.
    Thanks

    Imran Ali

    (@imranaliweb)

    Hi

    use below code for blue lines separating each of the menu items in custom css field (Theme dashboard >> appearance >> option panel >> custom css field )

    .navbar-nav > li > a
    {
    border-right: 1px solid #FFFFFF;
    }

    Change border color according your need.

    Thanks.

    Thread Starter hollyrayz

    (@hollyrayz)

    Thanks for the reply, but it didn’t change anything. it did not work.

    Imran Ali

    (@imranaliweb)

    Hi

    Hi

    use below code for blue lines separating each of the menu items in custom css field (Theme dashboard >> appearance >> option panel >> custom css field )

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

    Change border color according your need.

    Thanks.

    Thread Starter hollyrayz

    (@hollyrayz)

    Thanks a lot, it worked; i really appreciate your effort.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘could not totally change navbar color, Default color still appears as lines’ is closed to new replies.