Adding Text to the Slide Icon

Support Area Forums Selfie Adding Text to the Slide Icon

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://sustainabledcschools.org/
  • Author
    Posts
  • #17754
    Nicholas Minnich
    Participant

    Good Afternoon Bill,

    How can I best add text to the left of the slide icon on Selfie? This is a feature of “Elite” that I really like.

    Thanks!

    Nick

    #17756
    Bill Robbins
    Moderator

    Hello Nick,

    You can do that in Selfie too. 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. I would change it to something like this:

      
      <a href="#slide-in" id="slide-icon" class="sliding"><span>Open</span></a>
      

      replacing the Open with the text you’d like to use there. The span is added so that you can more easily position the text inside the button if you need to.

    4. Save your changes.

    See how that works for you. Let me know if you have any trouble,
    Bill

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