Hi,
is it possible to have the social bookmarks on a specific page in another color? Hovered and not hovered?
Thank you so much for answering.
Best regards,
Sabine
Hey Sabine,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab and adjust as needed
#top.page-id-339 #wrap_all .social_bookmarks a::before {
color: #069;
}
#top.page-id-339 #wrap_all .social_bookmarks a:hover::before {
color: red;
}
Regards,
Yigit
Hi Yigit,
thank you so much – you are great. Is it possible to combine for example three page-ID in one Code? Or do I have to take an extra code for each page-ID?
Thank you and best regards,
Sabine
Hi Sabine,
You are welcome :)
You can combine it as following
#top.page-id-339 #wrap_all .social_bookmarks a::before,
#top.page-id-340 #wrap_all .social_bookmarks a::before {
color: #069;
}
#top.page-id-339 #wrap_all .social_bookmarks a:hover::before,
#top.page-id-340 #wrap_all .social_bookmarks a:hover::before {
color: red;
}
Best regards,
Yigit
H Yigit,
wow, that was fast. So fantastically good. So slowly I’m starting to get this :) Thank you very much and best regards. I think you can close this topic.
Sabine