Module class suffix

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
Wed Jul 26, 2017 12:02 pm
Reply with quote
Report this post
When I try to add module class suffix - (dark,light,color etc.) it colorize only border/frame of the module.
You can see it on www.czpz.org - Upper sidebar left position module, where I added suffix light.
It doesn't metter wheter it is gavickpro modules or joomla core modelus.
I turned off css overrides - nothing changed.
Help plps.
User avatar
Junior Boarder

teitbite
Mon Jul 31, 2017 9:59 am
Reply with quote
Report this post
Hi

Ok, but can You explain what do You want to achieve ? If You mean the white background under the links than it's coming from module itself, so You would need to overwrite:

Code: Select all
.nspLinks .nspLinkScroll1 ul li {
    background: #fff none repeat scroll 0 0;
}


with for example:

Code: Select all
.nspLinks .nspLinkScroll1 ul li {
    background: transparent none repeat scroll 0 0 !important;
}
User avatar
Moderator

GK User
Mon Jul 31, 2017 10:43 am
Reply with quote
Report this post
I don't like white background under the links. I'd like my module looks like it appears on http://czpz.org/news-news/saobshteniya.
you can see the diference
on the front page(http://czpz.org) "light" suffix colorize only frame/bord of the module
I'd like light backgraund on the whole module as it appears on http://czpz.org/news-news/saobshteniya
You can see also the module NEWS on the template News2. The whole module is "dark". If I put suffux dark on my front page module appears dark but only the frame/bord of it. In the middle it remains white(or transparant probably).
It is a little bit strange because in my case the same module appears in diffrent ways on diffrent pages.
I have tried your suggestion and put code into override.css. Nothing changed..
Thanks
User avatar
Junior Boarder

GK User
Mon Jul 31, 2017 6:08 pm
Reply with quote
Report this post
OK I understand finaly. I put the code in mod_news_gk/interfaces/css/style.css and it works thanks
User avatar
Junior Boarder

teitbite
Mon Aug 07, 2017 8:15 am
Reply with quote
Report this post
Hi

Great, but interfaces/css/style.css file is not the best place to put it. You will loose this modification on every update. It's best to place it in template's CSS Override field in its configuration or in override.css file.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.