Change title size for just one module

Support forum dedicated to free and advanced Joomla content presentation module with various layout options and data sources support.
GK User
Thu May 10, 2012 6:48 pm
How can I change the size and style of just one module?
module is working with k2 articles (items)

I would like just one of my modules to display a bigger and bold title.

If I change the h4 tag it changes all modules titles...

Please and thanks for any hint....


A
User avatar
Expert Boarder

GK User
Fri May 11, 2012 12:51 am
Hi

By adding module suffix on News Show Pro GK4 module.
I don't know your template module structure but here's a example if modules use moduletable class or other, by adding "[space]bigheader" module suffix.

On css file it should be added:

Code: Select all
.moduletable.bigheader .nspArt h4 {font-size: 20px}


Cheers
User avatar
Platinum Boarder

GK User
Wed Jun 20, 2012 9:45 am
In which css-file?

Or better: How I can change the "article-title" from h4 to h3 and the module title from h3 to h2
User avatar
Expert Boarder


cron