Hi there, on my site http://wordpress.p367756.webspaceconfig.de/ the Xing Button is in the very bottom footer on the right side. Can i get the Xing Button bigger and change its color like it is in hover status ( green )? And further on: The button should be displayed directly right from “© Copyright – YourImage.net” Thx a million for help! Henrik
Hi Rico008!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#socket .av-social-link-xing a {
color: #fff;
background-color: #006567;
}
#socket .social_bookmarks {
float: left;
}
Regards,
Yigit
Thx, button is now on the left side. But it should be displayed always in green color, not only in onmouse over status like it is right now. regards henrik
Hey!
Please change the first part of the code to following
#socket .av-social-link-xing a {
color: #fff;
background-color: #006567!important;
}
It is currently not being applied however addding !important rule should fix it.
Regards,
Yigit
Hi Yigit, great work! thx a million! Regards Henrik