the word menu next to the responsive menu icon

Support Area Forums Selfie the word menu next to the responsive menu icon

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://www.sachalester.com
  • Author
    Posts
  • #30978

    Hi Bill!

    I hope you are well.

    Is there any quick way to add the word ‘menu’ to the left of the responsive menu icon (hamburger menu) in the upper right corner?

    Would be great if you could help me.

    Thank you!
    Evelien

    #30982
    Bill Robbins
    Moderator

    Good Morning Evelien,

    All is well here in Alabama. Hope your summer is off to a splendid start.

    You can do that. Here’s how:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      #slide-icon:after {
      	font-family: 'ElegantIcons';
      	content: 'a';
      	font-size: 30px;
      }
      
      #slide-icon:before {
      	content: 'Menu';
      	font-family:Quattrocento Sans, sans-serif;
      	position: relative;
      	top: -8px;
      	font-size: 20px;
      }
      
    3. Update your settings.

    I believe that will add “Menu” before your hamburger icon. If you run into any trouble, let me know.

    Have a great week,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘the word menu next to the responsive menu icon’ is closed to new replies.