Hi @gnomi,
Thanks for the report. I’ll add it to our radar for future update.
Meanwhile, you can add the X logo with SVG background.
.social-profile a[href*="twitter.com"] i svg {
opacity: 0;
}
.social-profile a[href*="twitter.com"] {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='https://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512'%3E%3Cpath d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48' fill='%23FFFFFF' /%3E%3C/svg%3E");
background-size: contain;
background-repeat: no-repeat;
}
Add it to your site’s Additional CSS.
If the code doesn’t change anything, you may need to adjust the CSS selector.