Is your feature request related to a problem? Please describe.
Yes and no. I would like to personalize a little bit the style.
Seems Language Nav render element like:
<a aria-expanded="false" aria-haspopup="true" class="btn-sm btn-default border border-secondary dropdown-toggle" data-toggle="dropdown" href="#" id="dropdownLang" role="button"><span class="flag-icon flag-icon-es"></span> es</a>
And I would like to remove the border.
<a aria-expanded="false" aria-haspopup="true" class="btn-sm btn-default border-secondary dropdown-toggle" data-toggle="dropdown" href="#" id="dropdownLang" role="button"><span class="flag-icon flag-icon-es"></span> es</a>
without border class
I've tried to override but I haven't been able.
So, if it is possible somehow, I'll appretiate to know how. And if not, I'd like that feature.
Thnx in advance.
Is your feature request related to a problem? Please describe.
Yes and no. I would like to personalize a little bit the style.
Seems Language Nav render element like:
<a aria-expanded="false" aria-haspopup="true" class="btn-sm btn-default border border-secondary dropdown-toggle" data-toggle="dropdown" href="#" id="dropdownLang" role="button"><span class="flag-icon flag-icon-es"></span> es</a>And I would like to remove the border.
<a aria-expanded="false" aria-haspopup="true" class="btn-sm btn-default border-secondary dropdown-toggle" data-toggle="dropdown" href="#" id="dropdownLang" role="button"><span class="flag-icon flag-icon-es"></span> es</a>without border class
I've tried to override but I haven't been able.
So, if it is possible somehow, I'll appretiate to know how. And if not, I'd like that feature.
Thnx in advance.