How can I change big characters to little in mod_news_pro_gk1

Unique Joomla 1.5 template with powerful navigation and stunning design discussion forum
GK User
Mon Oct 04, 2010 1:35 pm
Hi,

How can I change big characters to little in mod_news_pro_gk1?

Like: ÚTLEZÁRÁSOK A CSATORNÁZÁS MIATT to Útlezárások a csatornázás miatt

Or: TÓTH GABI - ELÉG VOLT! to Tóth Gabi - Elég volt!

My site is: http://csabafly.livestudio.hu/

Thanks a lot,

AD

I enclosed a photo.
User avatar
Fresh Boarder

teitbite
Tue Oct 05, 2010 2:42 pm
Hi

In gk_stuff.css remove text-transform line from class:

Code: Select all
div.gk_npro_short_ulwrap ul li h4, div.gk_npro_short_ulwrap ul li h4 a {
font-size:11px;
font-weight:bold;
margin:0;
text-transform:uppercase;
}
User avatar
Moderator

GK User
Thu Oct 07, 2010 4:33 pm
I sent you a private e-mail to [email protected]
User avatar
Fresh Boarder


cron