Tagged: socket
Hallo lieber Support,
ich möchte gerne die Social Icons im Socket bearbeiten, sie sollen
1. zentriert sein (links befindet sich der copyright-Vermerk und rechts ein menü)
2. den Hoover-Effekt verlieren und permanent umrandet sein
3. die icons sollen weiß sein und etwas größer
vielen Dank schon einmal für Eure Hilfe!
LG, Nina
P.S. Siehe Seitenlink
Hey Janinifee,
Thank you for using Enfold.
Please add this in the Quick CSS field:
#socket .social_bookmarks {
float: none;
position: absolute;
left: 50%;
-webkit-transform: translateZ(-50%);
transform: translateZ(-50%);
}
#top #wrap_all .social_bookmarks li:hover a {
color: gray !important;
background-color: transparent !important;
}
That should center align the social icons container and remove the hover effect.
Best regards,
Ismael
Hi Ismael,
thank you! It works. But: Is it possible to use the look of the hoover-effekt (circle) durable- without hoover…?
best regards, Janina
Hey!
Please add following code to Quick CSS
#top #wrap_all .social_bookmarks li a {
color: black !important;
background-color: white !important;
}
Best regards,
Yigit
Hi Yigit,
thank you very much!
Best regards,
Nina