How to write next to the hamburger menu icon?

1 reply · opened May 30, 2018

LleonardocallieMay 30, 2018

I want to write "MENU" next to hamburger icon. How can I do it?
Like this: Hamburger icon + space + MENU

SSemicolon WebSTAFFJun 19, 2018

Hello,

This is Definitely Possible. Simply use the following CSS Code:

#primary-menu-trigger:after {
	content: 'Menu';
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 50px;
	padding-left: 40px;
}

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard
How to write next to the hamburger menu icon? · Canvas Template Support