how to do custom modul styling NSP GK4?

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 Jun 26, 2011 5:34 pm
i have 2 NSPGK4 modules showed in frontpage, i want to do some custom styling to one of them

i've download the manual

http://video.gavick.com/video/extension ... ProGK4.pdf

and try to customizing by Using Module Suffix, i've already add [space] mynspstyle, and then insert the code

.mynspstyle .nsp_links li {background: #ddd;padding:1px 10px;margin-bottom: 5px}

but nothing change to my site...

but if i wrote only .mynspstyle {background: #ddd;padding:1px 10px;margin-bottom: 5px;} (.nsp_links li is removed) the code effect my site..

and then i want to change the color of H4, i write the code:

.mynspstyle .nsp_links li h4 a {color: #fff;}

nothing changed!!!!

please help me, i have spent all night but can not solve the problem..

regards
User avatar
Fresh Boarder

Konrad M
Mon Jun 27, 2011 5:07 am
Hi
Can you give us url to your site ;)
User avatar

GK User
Mon Jun 27, 2011 3:13 pm
Hi there, thank you for your response..

Since the last time i posted in here, i did some changes to my site ( http://smsinfo.web.id/ )

as you can see i want to change font color of my main newsflash (background color:#74868C) to #FFFFFF
so i decided to change it by Using Module Suffix. i add module suffix [space]hplatest.
and then in my CSS file i added this code:

.hplatest {padding:15px;} /*it works*/
.hplatest .nsp_links li h4 a {color: #ffffff;} /* it does not work */


as you can see at my code above;

i success to control padding of module, but i failed to change h4 color font.

is there something wrong with my code?



PS: BTW pagination is not working...
User avatar
Fresh Boarder

GK User
Tue Jun 28, 2011 10:44 am
I am still not able to solve the problem...anyone can help?
User avatar
Fresh Boarder

GK User
Tue Jun 28, 2011 11:22 am
Hi

I don't see any list block displayed, but from what i see here an example:

Code: Select all
.hplatest h4.nspHeader a {color: #fff}
.hplatest p.nspText {color: #fff}
.hplatest a.readon {color: #fff}


with NS list link it should work like this:

Code: Select all
.hplatest .nsp_links h4 a {color: #fff;}


Cheers
User avatar
Platinum Boarder

GK User
Tue Jun 28, 2011 2:07 pm
that's SWEET dude... you're a big help...thank you..:cheer:
User avatar
Fresh Boarder

GK User
Tue Oct 25, 2011 2:18 pm
I have
Сайт GK4 3.2 02/09/2011 Gavick.com
In this version 4! css file
I changed the file stile.css

Image

Image


Image

HELP!
User avatar
Fresh Boarder


cron