How to change hamburger button into a styled button that is the word "MENU"

Hi there, I am developing a website for an older audience who may know to click the word/button “MENU” more than a hamburger icon when the navbar collapses. I read a few other forum posts on the topic but the code and suggestions are all outdated for this version of X.

Does anyone know what CSS to implement in order to fix this issue?

Thank you :slight_smile:

Hi Clayton,

Thank you for writing in, you’re working with X and your site is still in localhost right? Try adding that custom CSS below to Theme Options > CSS, if that did not work please upload your site to a staging site so we can have a closer look.

.x-btn-navbar:after {
    content: "MENU";
}

Cheers!

Thank you! It did not work but will let you know when it is uploaded :slight_smile:

You are most welcome!

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