• Resolved volkanozyilmaz

    (@volkanozyilmaz)


    Hi Silkalns,

    Thank you for this very nice theme (like everyone in here).

    I want to change the colour of the navbar. In theme options there are 4 options that I changed but there is no place to change for the hover action. It is in still green. How can I change the navbar’s hover colour?

    Best Regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Silkalns

    (@silkalns)

    It can be changed with other element color but it you want to change it separately you can do it by adding this code to Theme Options – Other – Custom CSS. This code will change hover and active color to red but you can use any color code you want.

    .navbar-default .navbar-nav  .active  a, .navbar-default .navbar-nav  .active  a:hover, .navbar-default .navbar-nav  .active  a:focus, .navbar-default .navbar-nav  li  a:hover, .navbar-default .navbar-nav  li  a:focus, .navbar-default .navbar-nav  .open  a, .navbar-default .navbar-nav  .open  a:hover, .navbar-default .navbar-nav  .open  a:focus, .dropdown-menu  li  a:hover, .dropdown-menu  li  a:focus, .navbar-default .navbar-nav .open .dropdown-menu  li  a:hover, .navbar-default .navbar-nav .open .dropdown-menu  li  a:focus {
    	background: #f00;
    }
    Thread Starter volkanozyilmaz

    (@volkanozyilmaz)

    Thank you Silkalns, it worked.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change navbar colour’ is closed to new replies.