Author Posts November 3, 2014 at 5:27 am #137285 electronicsoundParticipant Hello The email icon has disappeared in the ‘Share this post’ shortcode within my posts – http://www.electronicsound.co.uk/private/wp/anomaly/ How can I get this back? Thanks! November 3, 2014 at 6:38 am #137346 CousettMember Hey there! Looks like the icon got unassigned. Try adding this CSS code under Appearance -> Customize -> Custom -> CSS .x-icon-envelope-square:before { content: "\f199"; } November 3, 2014 at 7:07 am #137374 electronicsoundParticipant Hey I’m now getting f199 appearing instead… November 3, 2014 at 7:12 am #137378 Kosher KMember Hi There, Please update your X theme and X shortcode to the latest version. You can follow the update guide from here -> http://theme.co/x/member/kb/updating-your-theme-and-plugins/ Cheers November 4, 2014 at 4:53 am #138103 electronicsoundParticipant If I update my theme, will I lose anything? November 4, 2014 at 6:50 am #138167 ChristopherModerator Hi there, No by updating you will not lose anything unless you have modified theme core files . For time being change your code to this one: .x-icon-envelope-square:before { content: "\\f199"; } Hope it helps. Author Posts