Tagged: x Author Posts June 20, 2016 at 2:43 am #1050125 streetberlinParticipant Hi guys, great theme and great support Here is a simple question I couldn’t figure out on my own. I would like to add a follow me on” text above social media icons in footer Site https://streetberlin.net/ Wordpress 4.5.2. Theme X and renew stack up to date June 20, 2016 at 2:54 am #1050137 LelyModerator Hi There, Thanks for posting in. Please add this code on Appearance > Customize > Custom > Javascript: jQuery(document).ready(function($) { $( ".x-social-global" ).prepend( "<p>Follow me on</p>" ); }); Hope this helps. June 21, 2016 at 3:30 am #1052136 streetberlinParticipant this worked perfectly, thanks Lely if ever somebody reads this the “follow me” text can be formatted by addressing in the custom css .x-colophon.bottom { font-size:1.8rem; } June 21, 2016 at 3:57 am #1052177 LelyModerator You’re welcome! Thank you also for sharing those CSS. Cheers! Author Posts