Customize Social Widget title? This topic has 1 reply, 2 voices, and was last updated 3 years, 3 months ago by HowlThemes. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts October 15, 2017 at 3:08 pm #627 Will MonroeParticipant Hello, I’d like to customize the Social widget so that the text that says, “FOLLOW US”, could say something else (e.g., “FOLLOW ME ONLINE”). Is that possible? If so, could you advise me on how I could do so? Will October 16, 2017 at 6:36 am #628 HowlThemesKeymaster Hello Will, You can easily do that by adding following code above </body> tag in footer.php file. <script> jQuery(document).ready(function(){ jQuery('.drag-social-button h3 span').text('FOLLOW ME ONLINE'); }); </script> Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In