Tagged: Social Menu Icons
- This topic has 5 replies, 2 voices, and was last updated 4 years, 5 months ago by Skandha.
-
AuthorPosts
-
July 16, 2020 at 10:42 am #253177nrgjdoriaParticipant
Just wondering if it’s possible to put the default colors of the social icons in the header and footer social menu – to look better. I tried the Catch social icons plugin, but it seems like it only works on Widgets. If only I could put short codes for pages using short code or html blocks, then it would be another option to put them on top of the pages.
My website is cookinginaction.com
Thanks
Nick
July 18, 2020 at 6:36 am #253363SkandhaParticipant@nrgjdoria: Hello Nick,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.a[href*="facebook.com"]:hover { color: #3b5998; } a[href*="pinterest.com"]:hover { color: #c8232c; } a[href*="instagram.com"]:hover { color: #3f729b; }
Let me know if this what you want!
Kind Regards,
SkadhaJuly 20, 2020 at 2:01 pm #253555nrgjdoriaParticipantThe color changes to right color now when you hover, but is it possible to just show always not just hover?
Nick
July 21, 2020 at 4:01 am #253630SkandhaParticipant
@nrgjdoria: Hello Nick,
Yes that is possible. Replace the above code by the following.a[href*="youtube.com"] { color: #c4302b; } a[href*="facebook.com"] { color: #3b5998; } a[href*="pinterest.com"] { color: #c8232c; } a[href*="instagram.com"] { color: #3f729b; } a[href*="youtube.com"]:hover { color: #c4302b; } a[href*="facebook.com"]:hover { color: #3b5998; } a[href*="pinterest.com"]:hover { color: #c8232c; } a[href*="instagram.com"]:hover { color: #3f729b; }
Let me know if this what you want!
Kind Regards,
SkadhaJuly 21, 2020 at 6:32 pm #253687nrgjdoriaParticipantAwesome! This is resolved… Thanks again for your prompt and excellent customer/tech support service!
Nick
July 21, 2020 at 10:33 pm #253697SkandhaParticipant@nrgjdoria: Glad I could help you out. Have a good day! 🙂
Kind Regards,
Skandha -
AuthorPosts
- The topic ‘Social Icons’ is closed to new replies.