Border around burger menu button
-
I have a border around the menu button that I don’t seem to be able to remove. How can I fix this? The website is made with Elementor and the menu is mobile-only
The page I need help with: [log in to see the link]
-
Hi! Thanks for using AFS Menu 🙂
Elementor is giving CSS styles to our burger.
Please try this custom CSS:
.navbar-toggler{
border: 0 !important;
}Thanks in advance
It worked! Thanks!
Tried with custom css but it did not work…
thank you for help-
This reply was modified 6 years, 4 months ago by
elenis r..
Excuse my ignorance but where do I put this code?
I am also using Elementor and would like to remove the border.
(I would also love to move it down a bit).
Not sure if I can get any help on this here but thank you for your consideration
Cheers
KarinDid not work for me.
Any ideas?In my case it was the webkit-focus-ring and this helped adding to the custom-css:
* { -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; outline: none !important; }-
This reply was modified 5 years, 10 months ago by
cyrill.
Ok Cyrill
I will work out what this means, where to put it and see how we go.
It must be lovely when it vanishes.
Cheers
karinCyrill’s code worked for me (thanks Cyrill!)
redhsoes: Elementor has a custom css section in the “theme styles” when editing a theme (under Elementor’s hamburger menu) – hope this helps you find it!
Thank you so much @cyngrrl!
The blessed relief of seeing that disappear.
Really appreciate your help.
Thank you
CheersThank you so much @blendmedia
I found some help via WPBeginner’s Fb group and this code fixed the issue for me
.site-footer
{
background: color: white}
.animatedfsmenu .navbar-toggler {
background: #ff000000!important;
}
It was fabulous to see that border dissolve.
Thank you so much.
Love my burger!
Cheers
KarinGracias!! busque demasiado probé muchos códigos que perdí la cuenta cuantos, ya me estaba desesperando y me rompia la cabeza fueron los 15 minutos mas desesperantes al no encontrar solución hasta que descubri la respues de @cyrill
-
This reply was modified 6 years, 4 months ago by
The topic ‘Border around burger menu button’ is closed to new replies.