Hi,
You can do it using Custom CSS field in Theme Options.
Please send us url to page for which you want to change it and we’ll try to help
Thanks!
Comments
Hi,
You can do it using Custom CSS field in Theme Options.
Please send us url to page for which you want to change it and we’ll try to help
Thanks!
@media (min-width: 600px) {
.secondary-menu .nav-social-facebook {
float: right;
margin-right: 5px;
background: url(http://www.lucyliannephotography.co.uk/images/facebook.png) no-repeat right;
}
.secondary-menu .nav-social-twitter {
float: right;
margin-right: -12px;
background: url(http://www.lucyliannephotography.co.uk/images/twitter.png) no-repeat right;
}
.nav-social-facebook a {
opacity: 0;
}
.nav-social-twitter a {
opacity: 0;
}
}
To change height of secondary menu items please use below code:
You can modify the code to prevent the disappearance of icons on hover:
http://pastie.org/10047149
Thanks!