How to add icon on in widget area as you do?

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by effyeweb, Mar 14, 2014.

  1. effyeweb

    effyeweb Member

    Joined:
    Dec 25, 2012
    Messages:
    485
    Likes Received:
    7
    123.jpg


    --------------------------------------------------


    Hello,

    Go to the Appearance > Widgets panel in your dashboard and
    drag & drop Text Widget in the Footer Widget Area and then paste the code given below
    in the content area of Text Widget.

    Code:
    <ul>
    <li class="linkedin"><a target="new" href="Enter The Link of LinkedIn">
    <img src="Enter the URL address of linkedin social logo image here " alt="linkedin" title="linkedin"/>Enter the text for LinkedIn here
    </a></li>
    <li class="Facebook"><a target="new" href="Enter The Link of Facebook">
    <img src="Enter the URL address of Facebook social logo image here " alt="Facebook" title="Facebook"/>Enter the text for Facebook here
    </a></li>
    <li class="Googleplus"><a target="new" href="Enter The Link of Googleplus">
    <img src="Enter the URL address of Googleplus social logo image here " alt="Googleplus" title="linkedin"/>Enter the text for Googleplus here
    </a></li>
    </ul> 
    This will solve your issue.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Go to the Appearance > Widgets panel in your dashboard and
    drag & drop Text Widget in the Footer Widget Area and then paste the code given below
    in the content area of Text Widget.

    Code:
    <ul>
    <li class="linkedin"><a target="new" href="Enter The Link of LinkedIn">
    <img src="Enter the URL address of linkedin social logo image here " alt="linkedin" title="linkedin"/>Enter the text for LinkedIn here
    </a></li> 
    <li class="Facebook"><a target="new" href="Enter The Link of Facebook">
    <img src="Enter the URL address of Facebook social logo image here " alt="Facebook" title="Facebook"/>Enter the text for Facebook here
    </a></li> 
    <li class="Googleplus"><a target="new" href="Enter The Link of Googleplus">
    <img src="Enter the URL address of Googleplus social logo image here " alt="Googleplus" title="linkedin"/>Enter the text for Googleplus here
    </a></li> 
    </ul> 
    This will solve your issue.
     

Share This Page