Cut title a module

Premium sports magazine Joomla template with clean, easy to customize and unique design.
GK User
Fri Sep 14, 2012 1:37 pm
Hi,
I've got a small problem about title of module.
I'd like to cut the title --> look at the attachment.
Thank so much!
Diego
User avatar
Fresh Boarder

GK User
Fri Sep 14, 2012 2:43 pm
Hi

Please go to module manager > mod_highlighter_gk4
On the parameters > Layout - disable "Introtext" or change to what ever you need.

Cheers ;)
User avatar
Platinum Boarder

GK User
Fri Sep 14, 2012 5:44 pm
All ok!!!! Thanks so much!
But there was another part with same problem!!!
I attach the image.
Thank you for you interested.
:D
User avatar
Fresh Boarder

GK User
Fri Sep 14, 2012 6:21 pm
Sorry i didn't notice that one.

Well... you have 3 possible options:

1)
Go to ../language/en-GB/en-GB.tpl_gk_league_news.ini and replace this line:

Code: Select all
TPL_GK_LANG_FOOTER_PREFIX="League News:"


with

Code: Select all
TPL_GK_LANG_FOOTER_PREFIX=""


2)
Open this file ../templates/gk_league_news/layouts/blocks/footer.php and comment this line:

Code: Select all
<strong><?php echo JText::_('TPL_GK_LANG_FOOTER_PREFIX'); ?></strong>


like this:

Code: Select all
<!--<strong><?php echo JText::_('TPL_GK_LANG_FOOTER_PREFIX'); ?></strong>-->



3)

Finally, 3th and last option.
Go to template parameters > Advanced features and enable the use of css override.
Them open ../css/override.css file and add this line:

Code: Select all
footer nav strong {display: none!important}


That's it.
I would select the 3ht option ;) it will not bring you any problem with future template updates.

Cheers
User avatar
Platinum Boarder

GK User
Fri Sep 14, 2012 10:51 pm
Hi Seichinha,
your advice was wonderful!

Ciao e grazie.
Diego
User avatar
Fresh Boarder


cron