Does anyone know where I would find the CSS to remove this blue box around the down arrow?
Does anyone know where I would find the CSS to remove this blue box around the down arrow?
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
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