CSS Issue with menu bar

Does anyone know where I would find the CSS to remove this blue box around the down arrow?

Parents
  • In your custom/themes/custom.less file, you'll want to modify something like this:

    .module-list .megamenu>.dropdown .btn-group .dropdown-toggle { border: none; }

  • OK, I tried that verbatim and the box actually got thicker.

    I tried

    .navbar .megamenu >.dropdown .btn-group .dropdown-toggle { border: none; }

    but it didnt work either

Reply Children
No Data