• Hi.
    I am trying to add an email icon to my Subscribe Box in my sidebar.
    I took the code from Feedburner’s website. It has an icon for RSS Feed, but not for e-mail.
    (Fortunately the links work, but I’d love an icon for email).

    Can you help me add an email icon?

    I’m using Oriental Theme by pure-essence.net.
    WordPress Version 2.9.2.

    http://www.kaizenvision.com

    Aileen

Viewing 4 replies - 1 through 4 (of 4 total)
  • Shane G.

    (@shane-g-1)

    Hi,

    This plugin may helpful to you:

    http://wordpress.org/extend/plugins/add-to-any/

    Thanks,

    Shane G.

    Thread Starter Kaizen Vision

    (@kaizen73)

    Thank You Shane. I did look at the plug in and it’s a good one.
    I’m still hoping to find away to add a envelope (email) icon in the side bar.

    esmi

    (@esmi)

    1. Edit the code in the text widget and change:

    <a href="http://feedburner.google.com/fb/a/mailverify?uri=KaizenVision&loc=en_US">Sub­scribe to Kaizen Vision by Email</a>
    to:
    <a class="byemail" href="http://feedburner.google.com/fb/a/mailverify?uri=KaizenVision&loc=en_US">Sub­scribe to Kaizen Vision by Email</a>

    2. Upload a suitable email icon to your theme’s images folder – e.g. email.gif (dimensions: 32px x 32px)

    3. Edit your theme’s style.css file and add:

    #sidebar .widget_text a.byemail {
    display:block;
    min-height:32px;
    padding-left:40px;
    background:url(images/email.gif) no-repeat left center;
    }
    Thread Starter Kaizen Vision

    (@kaizen73)

    YAY!!

    THANK YOU SOOOOOOOOOOO MUCH!!

    🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to add an email icon to my Subscribe Box’ is closed to new replies.