Really hoping someone can help me out here and any help would be majorly appreciated.
I am working on a website that I need to make the Menu go away on – but I am not able to. The page is https://openeyewellness.com/welcome/
I have tried BOTH of the above mentioned methods adding several different pieces of code I found to the CSS in “Edit Appearance” at the bottom of the file then clicked on save. Desperate I added all of these at the bottom:
in Fabricated Child Theme: Stylesheet (style.css)
.page-id-738 #access {
display: none;
}
.page-id-738 #menu genesis-nav-menu menu-primary {
display: none;
}
.page-id-738 #nav-primary {
display: none;
}
.page-id-738 #menu {
display: none;
}
.page-id-738 #logo_section_full,
.page-id-738 #menu {
display: none;
}
AND I also installed the mentioned plugin and the code in the edit page area where the new plug makes the new box.
What can I do to make this work?