• Resolved mansiwalia

    (@mansiwalia)


    Hi,

    Need help. I have the followed Css in customer HTML for social media but its not working:

    <div>

    RSS


    Facebook


    Pinterest


    Twitter

    </div>

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author lyrathemes

    (@lyrathemes)

    @mansiwalia Can you please post the code by encompassing it in the [code] tags? Click the "code" button, paste your code, and then click the "code" button again. We cannot see what you posted here because it formed some actual content.

    Thread Starter mansiwalia

    (@mansiwalia)

    `<div>
    <a href=”[https://www.instagram.com/catching_the_rye/]”>
    <img title=”Instagram” alt=”RSS” src=”https://socialmediawidgets.files.wordpress.com/2014/03/10_instagram.png&#8221; width=”35″ height=”35″ />
    </a>
    <a href=”[https://www.facebook.com/catchingtherye/]”>
    <img title=”Facebook” alt=”Facebook” src=”https://socialmediawidgets.files.wordpress.com/2014/03/02_facebook.png&#8221; width=”35″ height=”35″ />
    </a>
    <a href=”[https://www.pinterest.com/catchingtherye/pins/]”>
    <img title=”Pinterest” alt=”Pinterest” src=”https://socialmediawidgets.files.wordpress.com/2014/03/13_pinterest.png&#8221; width=”35″ height=”35″ />
    </a>
    <a href=”[https://twitter.com/Catching_therye]”>
    <img title=”Twitter” alt=”Twitter” src=”https://socialmediawidgets.files.wordpress.com/2014/03/01_twitter.png&#8221; width=”35″ height=”35″ />
    </a>
    </div>

    Hi there,

    Please change above code to this one:

    <div>
    <a href="https://www.instagram.com/catching_the_rye/">
    <img title="Instagram" alt="RSS" src="https://socialmediawidgets.files.wordpress.com/2014/03/10_instagram.png" width="35" height="35">
    </a>
    <a href="https://www.facebook.com/catchingtherye/">
    <img title="Facebook" alt="Facebook" src="https://socialmediawidgets.files.wordpress.com/2014/03/02_facebook.png" width="35" height="35">
    </a>
    <a href="https://www.pinterest.com/catchingtherye/pins">
    <img title="Pinterest" alt="Pinterest" src="https://socialmediawidgets.files.wordpress.com/2014/03/13_pinterest.png" width="35" height="35">
    </a>
    <a href="https://twitter.com/Catching_therye">
    <img title="Twitter" alt="Twitter" src="https://socialmediawidgets.files.wordpress.com/2014/03/01_twitter.png" width="35" height="35">
    </a>
    </div>

    Hope that helps.

    Best

    Thread Starter mansiwalia

    (@mansiwalia)

    Thanks! It worked 🙂

    Regards
    Mansi

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Social media buttons’ is closed to new replies.