Okay
  Public Ticket #3697605
new twitter X icon
Closed

Comments

  • abharms started the conversation

    I'm wondering how to update the twitter bird icon to the newest "X" icon for the social share buttons. I've read that elementor has updated to have this icon available, but the Travelosophy theme does not seem to have it. Thank you.

  •  933
    Neuron replied

    Hi,

    I am very sorry for the late reply, we were not working on the weekend.

    As of right now, we've not updated the Twitter X icon yet, it will probably be added in the upcoming Neuron Builder updates, but I can't give you a deadline, as I don't know when it will be updated.

    If you want to change it now, I can help you to change it vai a custom CSS code, so please let me know.

    Feel free to ask for anything you need.

    Kind Regards


  • abharms replied

    The CSS would be great. Please let me know where to add it as well. Thanks

  •  933
    Neuron replied

    Hi,

    Can you please add the following CSS at Elementor's Site Settings > Custom CSS?

    .fa-twitter:before {
        content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjMDAwMDAwIiBkPSJNMzg5LjIgNDhoNzAuNkwzMDUuNiAyMjQuMiA0ODcgNDY0SDM0NUwyMzMuNyAzMTguNiAxMDYuNSA0NjRIMzUuOEwyMDAuNyAyNzUuNSAyNi44IDQ4SDE3Mi40TDI3Mi45IDE4MC45IDM4OS4yIDQ4ek0zNjQuNCA0MjEuOGgzOS4xTDE1MS4xIDg4aC00MkwzNjQuNCA0MjEuOHoiPjwvcGF0aD48L3N2Zz4=") !important;
    }
    .fa-twitter {
        width: 16px;
    }

    Feel free to ask for anything you need.

    Kind Regards