module class suffix

Free responsive Joomla 2.5 and 3.x module to present your content with easy and intuitive way.
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
Sun Feb 13, 2011 10:41 pm
I'm trying to add a suffix to NSPGK4 with no positive result.
I add " ndr" in Module suffix field and then in my css file I add
Code: Select all
div.ndr h4 a { background-color:#000 }
to change title style, but nothing happens. I always use this sintax and it works fine in other mod_custom so I can't understand which is my mistake on your module.

Thanks in advance for your help.
User avatar
Fresh Boarder

GK User
Sun Feb 13, 2011 11:40 pm
Hi

Try this instead:
Code: Select all
.ndr h4.nsp_header a {background: #000}

or if doesn't solve, use important rule:
Code: Select all
.ndr h4.nsp_header a {background: #000!important;}


Cheers
User avatar
Platinum Boarder

GK User
Tue Feb 22, 2011 12:26 pm
I've tried as you told me in previous reply but with no results. I've installed mod_news_pro_gk1 and tried the same syntax you suggest. Nothing happens.

I looked for one of your quickstart installation (icki sports) in order to learn how you use syntax. You put in your suffix modules "_mysuffix" instead of a blank space " mysuffix". Than I opened the css file gk_stuff.css to see how syntax in the css code and I've noticed you put a "div.moduletable_clear". I've tried the same with no results. Than I've tried to remove the suffix you've put and with surprise I found the suffix dosn't works.

I'm wondering how modules suffix works in GK modules (if is it possible), because I always use custom modules and I've never had problems with that.

Thank you
User avatar
Fresh Boarder


cron