Image show gk4 "More news" part

Premium sports magazine Joomla template with clean, easy to customize and unique design.
GK User
Sun Mar 11, 2012 12:31 pm
How i can change text "More news" in this module (it is just like in your demo) to text I want?
User avatar
Senior Boarder

GK User
Sun Mar 11, 2012 10:33 pm
I want to remove this button - "More news".
please, help
User avatar
Fresh Boarder

GK User
Sun Mar 11, 2012 10:43 pm
Go to /language/en-GB/en-GB.tpl_gk_league_news.ini

find :
TPL_GK_LANG_IS_MORE_NEWS="More<br />news&hellip;"

and change to whatever you want .. :P
User avatar
Junior Boarder

GK User
Sun Mar 11, 2012 10:47 pm
and if you want to remove just add this to your override.css

.gkIsWrapper-gk_league_news1 .gkIsMoreNews {
display: none;
}

Buy make sure you enable override.css in your template settings.
User avatar
Junior Boarder

GK User
Mon Mar 12, 2012 2:11 am
But**
User avatar
Junior Boarder

GK User
Tue Mar 13, 2012 12:27 pm
almir087 wrote:and if you want to remove just add this to your override.css

.gkIsWrapper-gk_league_news1 .gkIsMoreNews {
display: none;
}

Buy make sure you enable override.css in your template settings.


Thanks for the reply
that solves my problem
User avatar
Fresh Boarder

GK User
Thu Mar 15, 2012 5:24 pm
almir087 wrote:Go to /language/en-GB/en-GB.tpl_gk_league_news.ini

find :
TPL_GK_LANG_IS_MORE_NEWS="More<br />news&hellip;"

and change to whatever you want .. :P


Great, thanks!
User avatar
Senior Boarder


cron