Menu Icon

Support Area Forums Selfie Menu Icon

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://www.connorhollinger.com
  • Author
    Posts
  • #19638
    Connor Hollinger
    Participant

    Sorry for being a pain. Can I change the icon for the menu tab to say Menu. It is still confusing for people to know to click that.

    #19644
    Bill Robbins
    Moderator

    Connor,

    It’s no trouble at all. Good question too. The three lines have become quite ubiquitous, but you still may have people unaware that those indicate a menu. There isn’t a built in control for adding a label, so we’ll have to do that manually. Here’s how:

    1. Go to the Appearance section in your WordPress control panel and select Edit.
    2. From the list of files on your right, choose footer.php and find this line:
      
      <a href="#slide-in" id="slide-icon" class="sliding"></a>
      
    3. Insert the text you’d like to have in your menu before the </a> like this:
      
      <a href="#slide-in" id="slide-icon" class="sliding">Menu</a>
      
    4. Save your changes.
    5. Next go to the Advanced tab in the theme options page and add this to the Custom CSS:
      
      a#slide-icon {
      	padding: 10px 10px 10px 35px;
      }
      
      #slide-icon:before {
      	position: absolute;
      	left: 2px;
      	top: 4px;
      }
      
    6. Save your changes.

    See how that does for you. If you have any trouble, let me know.

    Thanks,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Menu Icon’ is closed to new replies.