-
AuthorPosts
-
April 20th, 2021 at 21:56 #116932
Creating this new topic as the only related one refers to removal of the hamburger menu. I love this Bravada theme, the more I get used to its features the more I realise how customisable it is. Is there a way via CSS code to change the 3 lines for the hamburger menu to show text e.g. ‘A to Z’ ? by default the menu opens and the site pages are displayed in a-z format which I love.
Any help would be much appreciated.
the website is in development and is a clients so cant share it at present.
May 2nd, 2021 at 19:40 #117396ZedCryout Creations mastermindHi,
You can try the following CSS:
body .hamburger { width: 50px; } body .hamburger::after { content: "A to Z"; font-weight: bold; } body .hamburger span { display: none; }
but I’m not sure how you expect this tweak to look.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.May 3rd, 2021 at 13:55 #117473Hi Zed, this has had no affect whatsoever on the hamburger menu. I’m not sure how this will look either but the client wants me to try it. Is there another option to try?
Regards
ChrisMay 3rd, 2021 at 22:10 #117512ZedCryout Creations mastermindAre you sure you applied the CSS correctly?
It should at least remove the 3 horizontal lines from the toggler if not also display “A to Z” in some mangled way.If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.May 3rd, 2021 at 22:20 #117521My fault, Just spotted an error with a code line I had before this CSS. It’s sorted now thank you that worked.
Appreciate your time. -
AuthorPosts
The topic ‘Change the Bravada hamburger menu to text?’ is closed to new replies.