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?
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.
thank you - i will be looking to add google+ - pinterest etc soon so do you have any guidance as to how we can incorporate?
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.