You want to delete the 3 bars?
Add this to your custom css or your child theme style.css
.navbar .btn-navbar .icon-bar {
display: none;
}
Hope this helps.
You want to delete the 3 bars?
Add this to your custom css or your child theme style.css
.navbar .btn-navbar .icon-bar {
display: none;
}
Hope this helps.