Quote:
Quote from [email protected] on October 24, 2012, 21:05
Hello! I would like to add more social media options at the top right of the search bar.. I can create the buttons. What would be the best way to do this? Thanks!
You can do this by some customization of theme files.
First of all go to Line No. 138 of header.php and add something like that as much link as you need
Something and Somename is just example
Go to Line No. 627 of style.css file and add something like
Code:
#social a.something {
background-position: -150px 0;
}
For next icon 150 will be 200
Go to images folder and open social.png file with an image editor. Add additional icons increasing the width of the file.
We hope that you can do this.