Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1253024
    Patrick Z
    Participant

    I 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?

    #1253124
    Rue Nel
    Moderator

    Hello 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.

    #1253432
    Patrick Z
    Participant

    Thanks, that worked. But the Tooltip still says Pinterest. How can I change the Tooltip to “500px”?

    #1253795
    Jade
    Moderator

    Hi Patrick,

    Please add this code in the custom JS:

    jQuery('.pinterest').attr('title', '500px');

    Hope this helps.

    #1258506
    Patrick Z
    Participant

    Thanks for your support!

    #1258534
    Nico
    Moderator

    You’re most welcome.

    Feel free to ask us again.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1253024 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>