Can I show the word 'Menu' at the place of three lines in boardwalk theme?
-
Hello,
I’m using the boardwalk theme and on the top right, I’m getting three lines to reach to menu, instead of that I want a word ‘Menu’. Is there any possibility for me to add that word there and also make it appear?
Regards.
The blog I need help with is: (visible only to logged in users)
-
Hi there.
You could do it using css magic. If you have Custom CSS (included in WordPress.com Premium and WordPress.com Business plans) you could add this code:
.sidebar-toggle:before { content: "MENU"; width: 100px; } .sidebar-toggle{ width: 100px; }I hope this helps you.
-
Hello,
Thanks for the code. I’m using the free version. I cannot use any premium or business wordpress. Is there any way that we can add in free version.
Regards,
-
Hello, baratejo.
I’m afraid that would mean changing css code -you need custom css-, as I proposed you, or changing theme php code wich is not allowed in WordPress.com.
I hope this helps.
-
- The topic ‘Can I show the word 'Menu' at the place of three lines in boardwalk theme?’ is closed to new replies.