coeurative.com menu bar needs simplification
-
Please help to get the sidebar menu entry block simplified, it takes away from my image on the static page. Perhaps just three bars would suffice, instead of a big box and the word “MENU.” Thank you for your consideration.
The blog I need help with is: (visible only to logged in users)
-
The “slide menu” that you mention, is part of the Ecto theme that you are utilizing. Once you click on Menu, it “slides” to the left, providing you with links to other content on you blog/page. Once you click on any of those links, it will display the selected page/content with the “Menu” back to its place (or hidden/closed).
I am not sure you can change that. You may want to try a different theme with the “Menu” contents displaying at all times/at all pages.
Hope this helps.
-
This is a bit of CSS trickery. Give it a try and see if this gets you what you are wanting.
.navbar a.slide-menu-toggle { color: rgba(0, 0, 0, 0) !important; height: 40px; margin-left: 0; width: 45px; } .navbar a.slide-menu-toggle::before { color: #fff !important; float: right; margin-right: 0; } .navbar a.slide-menu-toggle:hover:before { color: #000 !important; }
- The topic ‘coeurative.com menu bar needs simplification’ is closed to new replies.