Okay
  Public Ticket #1554416
css for menu
Closed

Comments

  • Andres Santos started the conversation

    where can i find the css for the menu? i would like to change the color of the underline selected section.

  •  840
    Jelly replied

    Hello,

    Go to main.css and find:

    .navbar-default .navbar-nav.invert > li.active > a:after,
    .navbar-default .navbar-nav.invert > li.active > a:hover:after,
    .navbar-default .navbar-nav.invert > li.active > a:focus:after,
    .navbar-default .navbar-nav.invert > li > a:hover:after,
    .navbar-default .navbar-nav.invert > li > a:focus:after {
      background-color: #f57c00;
    }


    Best Regards,
    Jelly Team