Tagged: x
-
AuthorPosts
-
November 11, 2016 at 3:15 am #1253024
Patrick ZParticipantI would like to link my 500px site in the footer social menu. Since 500px is not an option in the customizer’s social section, I put my 500px in the Pinterest line (since I do not use Pinterest). Now, how can I change the Pinterest social icon the the 500px social icon?
November 11, 2016 at 4:30 am #1253124
Rue NelModeratorHello There,
Thanks for writing in! To change the Pinterest social icon the the 500px social icon, please insert this code in your child theme’s style.css (if you are using a child theme)
.x-social-global a .x-icon-pinterest-square:before { content:"\f26e"; }You cannot simply add this code in the customizer because for security reasons, the customizer will automatically remove forward and backward slashes.
Hope this helps.
November 11, 2016 at 9:59 am #1253432
Patrick ZParticipantThanks, that worked. But the Tooltip still says Pinterest. How can I change the Tooltip to “500px”?
November 11, 2016 at 4:07 pm #1253795
JadeModeratorHi Patrick,
Please add this code in the custom JS:
jQuery('.pinterest').attr('title', '500px');Hope this helps.
November 15, 2016 at 4:10 pm #1258506
Patrick ZParticipantThanks for your support!
November 15, 2016 at 4:34 pm #1258534
NicoModeratorYou’re most welcome.
Feel free to ask us again.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1253024 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
