Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello Ballinhacv,

    Please, Go to Dashboard -> Appearance -> Customize -> Theme Options -> Theme General Options -> paste the below code in Custom CSS box and save –

    .navbar-default .navbar-nav  .active  a, .navbar-default .navbar-nav  .active  a:hover, .navbar-default .navbar-nav  .active  a:focus {
        background-color: #E91E63;
    }
    .navbar-default .navbar-nav  .open  a, .navbar-default .navbar-nav  .open  a:hover, .navbar-default .navbar-nav  .open  a:focus {
        background-color: #E91E63;
    }
    .navbar-default .navbar-nav  li  a:hover, .navbar-default .navbar-nav  li a:focus {
        background-color: #E91E63;
    }

    Thanks.

    Thread Starter ballinhacv

    (@ballinhacv)

    Thanks, I could change all the colors I want.

    • This reply was modified 7 years, 10 months ago by ballinhacv.

    You’re welcome. Please mark the thread as resolved.

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