Where to remove caption?

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed May 01, 2013 1:32 pm
Reply with quote
Report this post
Hi,

How to remove it from menu? (see attached file)

Please advice, thanks.
menu.png
User avatar
Senior Boarder

GK User
Thu May 02, 2013 9:47 am
Reply with quote
Report this post
If you are talking about little popups on links or menu items then you can add below js code to end of /templates/gk_simplicity/js/gk.scripts.js

Code: Select all
jQuery(document).ready(function(){
   jQuery("a").removeAttr("title");
});



This will remove all titles from links.

See you around...
User avatar
Platinum Boarder

GK User
Sun May 05, 2013 3:54 pm
Reply with quote
Report this post
Thanks! :woohoo: exactly what i need.
User avatar
Senior Boarder

GK User
Mon May 06, 2013 2:26 am
Reply with quote
Report this post
No problem at all, see you around...
User avatar
Platinum Boarder


cron