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