Tagged: x
-
AuthorPosts
-
October 6, 2016 at 9:51 am #1205145
newskywebsitesParticipantWhat is the best way to duplicate the colors and size of my social media icons under my contact info as shown on the attached? I was hoping there would be a tool for this to just place social icons anywhere, but I don’t see it. What’s the easiest way to do this and still have custom colors, proper size, spacing, links, etc.
Using Cornerstone and latest version of everything.
Thanks!
DawnOctober 6, 2016 at 11:29 am #1205282
JoaoModeratorHi There,
You need to add them in a div, limit it´s width and make them float right, you can add the following code in a RAW Element in Cornerstone and adjust according to your needs.
<div style="width: 30%"> <a style="color: red; float: right; font-size: 25px; margin-right: 15px;" href="#social-profile-url">[icon type="facebook-square"]</a> <a style="color: red; float: right; font-size: 25px; margin-right: 15px;" href="#social-profile-url">[icon type="google-plus-square"]</a> <a style="color: red; float: right; font-size: 25px; margin-right: 15px;" href="#social-profile-url">[icon type="twitter-square"]</a> <a style="color: red; float: right; font-size: 25px; margin-right: 15px;" href="#social-profile-url">[icon type="linkedin-square"]</a> </div>Let us know how it goes,
Joao
October 17, 2016 at 2:03 pm #1219754
newskywebsitesParticipantThank you, that worked (note to others: remove line breaks & float). However, there is no hover effect. Is that possible?
Thanks,
dawnOctober 17, 2016 at 3:25 pm #1219832
JoaoModeratorHi Dawn,
Go to Cornerstone > Settings > Custom CSS or to Appereance > Customizer > Custom > CSS (If you want to affect the whole site) and add :
[data-x-icon]:hover, [class*="x-icon-"]:hover { color: black; }Hope that helps
Joao
October 18, 2016 at 8:46 am #1220834
newskywebsitesParticipantThat worked perfectly! Thank you so much! You guys are the best!!
DawnOctober 18, 2016 at 10:21 am #1220951
JoaoModeratorThanks for your kind words Dawn,
Reach us whenever you need help,
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1205145 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
