Hi @jayskibob
You can use the following CSS to hide the 3 dots there:
#nav-toggle {
opacity: 0;
}
I’ve chosen to set the opacity to 0 instead of display: none since the latter would mess up the flow of the document since we would be removing the element.
You should be able to add that directly into the ‘Additional CSS’ section of the customizer. You can get there from the dashboard by navigating to ‘Appearance > Customize > Additional CSS’.
In the meantime, I will go ahead and write up a report on our Github issue tracker to account for this in a future update. Ideally, when no menu is set the 3 dots should not be visible at all.
Thanks for pointing this out, and let us know if that helps!
Evan
Legend
I was almost there with the CSS
Thanks a million
Not a problem at all. Have a great rest of your week!
Evan