Text Delete

Questions related to the configuration of Joomla, Templates, and Security related questions/issues
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Sat Apr 21, 2012 9:29 pm
How can I in "League News" in the "footer_nav" the text, delete "League News"? This text seems to be hard coded.
User avatar
Junior Boarder

GK User
Sun Apr 22, 2012 4:33 pm
Hi,

You can change the text in \language\en-GB\en-GB.tpl_gk_league_news.ini
Code: Select all
TPL_GK_LANG_FOOTER_PREFIX="League News:"

If you want to remove it, add this code to CSS Override:
Code: Select all
footer nav strong{
display:none;
}

Cheers,
User avatar
Platinum Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.