Replace social icons

Discussion in 'BusinessGrow One Page WordPress Theme' started by gwindylyn, Dec 2, 2013.

  1. gwindylyn

    gwindylyn Member

    Joined:
    Mar 16, 2013
    Messages:
    47
    Likes Received:
    1
    Is there a way to replace the social icons with ones I already have?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to front-page.php present in your theme directory and add the code given below

    Code:
    <li class="ad" ><a href="ENTER YOUR LINK ADDRESS HERE" alt="ALT TEXT" title="TITLE TEXT" target="_blank"></a></li>  
    Sending image for reference

    2013-12-02_1553.png


    Now,


    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .social_icons .social_logos li.ad a {
    background: url(ENTER YOUR IMAGE ADDRESS HERE) no-repeat 0 0;
    width: 16px;
    height: 16px;
    }
     
  3. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    You can replace existing social icon images with your images.
    For this go to the
    Theme directory > images and replace existing images.
    facebook.png, twitter.png, google.png, rss.png, pinterest.png, youtube.png.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  4. gwindylyn

    gwindylyn Member

    Joined:
    Mar 16, 2013
    Messages:
    47
    Likes Received:
    1
    Gourav your suggestion made no sense to me for replacing just the icons.

    Nitesh I tried doing that and it did not change the images. I will look into it further.

    Thanks!
     
  5. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160

Share This Page