Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Howdy –
1. Hello how do I add some space to the Extra header that hold the social icons so when I rollover its not so tight?
2. How do I change the color of the social icons before hover?
Hey!
Try adding this code to the Quick CSS:
#header_meta, #header_meta .container {
min-height: 60px;
}
#top .social_bookmarks{
margin-top: 15px;
}
#top .social_bookmarks a{
color: white;
}
Cheers!
Josue