Tagged: x Author Posts March 30, 2016 at 9:06 am #858778 crucialtimParticipant Hello, I’m wondering how I can add a few text links to the left of the social icons in my header (see attached). I’m using the Integrity stack. March 30, 2016 at 12:22 pm #859081 RupokMember Hi there, Thanks for updating. You can add the below content under Customize > Header > Topbar Content : <p class="top-content">Some example text</p> And then add this under Custom > CSS in the Customizer. .top-content { float: right: } You might need to use different CSS or your own CSS to position this on right correctly. I hope you can do this yourself. Cheers! April 2, 2016 at 11:35 am #863888 crucialtimParticipant Thanks for the reply. This is what I did prior to posting, and it doesn’t work. See attached. April 3, 2016 at 1:26 am #864385 ChristopherModerator Hi there, Please add the following code in Customize -> Custom -> JavaScript : jQuery(".x-topbar .x-social-global").prepend("<span>some text</span>"); Hope that helps. Author Posts <script> jQuery(function($){ $("#no-reply-858778 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In