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 Link to comment https://forums.phpfreaks.com/topic/278017-how-to-change-name-in-widget-with-image-font/ 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" />'); }); Link to comment https://forums.phpfreaks.com/topic/278017-how-to-change-name-in-widget-with-image-font/#findComment-1430614 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.