Swapping Old Twitter Icon with New One

Discussion in 'Cloriato WordPress Theme' started by jamsog, Apr 21, 2013.

  1. jamsog

    jamsog Member

    Joined:
    Aug 23, 2012
    Messages:
    133
    Likes Received:
    0
    I have tried to swap the current t twitter icon to a new one i have and i cannot swap it - tried to copy what was on previous thread but no luck

    any clues?[​IMG]
     
  2. Nitesh

    Nitesh Support Staff

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

    For this you need to edit "sprite.png" image. Exist in the Theme directory > images / "sprite.png".
    Edit it through Photoshop and any other image editing tool.
     
  3. jamsog

    jamsog Member

    Joined:
    Aug 23, 2012
    Messages:
    133
    Likes Received:
    0
    No luck ive tried all that and no work

    please advise
     
  4. Nitesh

    Nitesh Support Staff

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

    We have added that twitter icon at your website.
    Please check it.
     
  5. jamsog

    jamsog Member

    Joined:
    Aug 23, 2012
    Messages:
    133
    Likes Received:
    0
    thank you - i will be looking to add google+ - pinterest etc soon so do you have any guidance as to how we can incorporate?
     
  6. jamsog

    jamsog Member

    Joined:
    Aug 23, 2012
    Messages:
    133
    Likes Received:
    0
  7. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    You can replace the existing social logo images with your google+ logo images.
    For example: If we want to replace the Stumbleupon logo image with the google+ logo image then we need to follow the several steps given below.
    1). Upload your google+ logo image (of size 24 x 24 pixels) from the media library panel in your dashboard and Copy the URL of that image from there.
    2). Go to the Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) in your dashboard and
    Paste the following code in your Custom CSS and save it.
    Code:
    .header .top_right_bar .social_logos li.upon a span {
        background:url('Paste the URL of that image here ');
    }
    This will solve your issue.
     

Share This Page