Hi guys –
How do we make it so the social icons in the upper left at http://codelessme.com/jacqueline/ look like this – http://imgur.com/Eoc8hMe
This includes keeping the colored circular background visible at all times.
Thanks in advance.
Hey David!
Looks like you managed to move the social icons like the screenshot. You can add the hover background on the social icons using this on Quick CSS:
#top .social_bookmarks_facebook a {
color: #fff;
background-color: #37589b;
}
Regards,
Ismael
Cool!