Hi
A couple of questions.
How do I change the social icon hover color?
How do I increase the space between the icons and the menu below it?
How do I change the color of the menu hover?
Thanks.
Hi
A couple of questions.
How do I change the social icon hover color?
How do I increase the space between the icons and the menu below it?
How do I change the color of the menu hover?
Thanks.
Hi there,
Please add this code to the Global CSS:
.x-social-global a:hover.facebook {
background-color: #3b5998;
}
.x-social-global a:hover.twitter {
background-color: #00abf0;
}
.x-social-global a:hover.vimeo {
background-color: #44bbff;
}
.x-colophon.bottom .x-nav {
margin-top: 30px;
}
.x-colophon.bottom .x-nav li a:hover {
opacity: 1;
color: #efefef;
}
Please note that since this is modifying the default display of the theme, it requires some customization which goes beyond the scope of our support. If you are not comfortable making further changes and if you require more customization on your site, it would be best to get in touch with a developer.
Here are some reference links related to the suggestions above:
Hope this helps.
Thanks, worked perfectly!
You are most welcome. 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.