Hi again,
I scoured your posts for answers but couldn’t find any code that does what I need at realhdr.com. Don’t worry about none of the menu links working - I’m just working on the landing page.
- Remove the 1 or 2px-high white line under the Navbar. Moving the photo up didn’t work…
- Move the Portfolio submenu down so that its top is at the bottom of the Navbar
- Make the mobile menu button transparent and change its line colors to white
- Replace the mobile menu button with text that says Menu
I tried this that I saw in a recent post:
.x-btn-navbar .x-icon-bars:before {
content: “Menu”;
text-transform: uppercase;
}
but it didn’t have any effect. - What is the @media syntax to change the display width where X presents the mobile nav button? I’d like to keep menu words longer than it does now.
Thanks very much!