How To Add Text Beside The Navbar Button (3 Lines Button)?

How To Add Text Beside The Navbar Button (3 Lines Button)? I am trying it for so long but I couldn’t do it. I just need to add the text MENU after that 3 lines button with a little space in between and aligned to Centre

Hello Anurag,

Thanks for posting in! You are actually in the right track. Simply update your custom css and use this:

#x-btn-navbar {
    width: 95px;
}

.x-icon-bars:after {
    padding-left: 20px;
    content: "Menu";
}

Please note that custom coding is outside the scope of our support. Issues that might arise from the use of custom code and further enhancements should be directed to a third party developer.

We would love to know if this has worked for you. Thank you.

Thank you. It worked :relaxed:

You’re welcome!
We’re glad we were able to help you out.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.