Tagged: x
-
AuthorPosts
-
January 13, 2017 at 7:46 am #1328733
fransboumansParticipantHi there,
I’ve been searching on the forums for a while now, but I can’t seem to find a solution that works for me.
I want to show social icons on each portfolio item, but I can’t change the colors on these items individual. So far I only seem to get the email button to work.
.x-entry-share .x-share.email:hover { color: #fff; background-color: #666; border-radius: 0.2em; }If I change .email to .facebook or .twitter, nothing happens. What am I missing here?
January 13, 2017 at 10:06 am #1328874
RahulModeratorHey There,
Thanks for writing in!
To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
January 14, 2017 at 3:37 am #1329730
fransboumansParticipantThis reply has been marked as private.January 14, 2017 at 4:21 am #1329757
Rue NelModeratorHello There,
Thanks for providing the information. The code is only good for the email icon.
.x-entry-share .x-share.email:hover { color: #fff; background-color: #666; border-radius: 0.2em; }And if you want other icons, you may use this code:
.x-entry-share .x-share[data-original-title="Share on Facebook"]:hover { color: white; background-color: red; border-radius: 0.2em; } .x-entry-share .x-share[data-original-title="Share on Twitter"]:hover { color: white; background-color: red; border-radius: 0.2em; } .x-entry-share .x-share[data-original-title="Share on Google+"]:hover { color: white; background-color: red; border-radius: 0.2em; } .x-entry-share .x-share[data-original-title="Share on LinkedIn"]:hover { color: white; background-color: red; border-radius: 0.2em; } .x-entry-share .x-share[data-original-title="Share on Pinterest"]:hover { color: white; background-color: red; border-radius: 0.2em; } .x-entry-share .x-share[data-original-title="Share on Reddit"]:hover { color: white; background-color: red; border-radius: 0.2em; }We would loved to know if this has work for you. Thank you.
January 14, 2017 at 6:25 am #1329836
fransboumansParticipantThat’s what I was looking for and it works, thank!
January 14, 2017 at 6:45 am #1329847
ChristopherModeratorYou’re welcome.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1328733 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
