mostone Posted May 15, 2013 Share Posted May 15, 2013 Hi all I want to ask How to change name in widget with image font??more details you can see this picture:before i can change widget name in "customize widget"but i dont know how to change name in special widget,like: recent topics, top poster, statistic etc. please help me for this topic . source and my forum:http://astajim.indonesianforum.netthanks bfore Quote Link to comment Share on other sites More sharing options...
annaharris Posted May 17, 2013 Share Posted May 17, 2013 Follow the simple step to solve it. Go to Modules >> HTML & JAVASCRIPT >> Javascript code management than Create a new javascript title and paste this script then submit. jQuery(document).ready(function() { jQuery('.genmed:contains("Latest topics")').replaceWith('<img src="http://i.imgur.com/ZMRCS5O.png" />'); }); Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.