Modules variations

Professional Business Joomla template for corporate and business websites suitable for showing stock quotes, up to date news, portfolio management resources or international market data.
GK User
Fri Apr 26, 2013 4:50 pm
Hi

How i can put a "style" on my module.
I try different, but i arrive juste with _menu
Can you help me?

http://no-souci.com

thanks a lot

Federika
User avatar
Fresh Boarder

GK User
Fri Apr 26, 2013 11:48 pm
Hi,
probably you forgot to add <space> before name of suffix, for example:
SO MUST BE: " font2"
NOT: "font2"
in Module Class Suffix field.

p.s.
Of course don't add quotation marks (")
You can check after in Source View
User avatar
Platinum Boarder

GK User
Sat Apr 27, 2013 4:55 pm
Hi

Thanks for your response, but i add the space and it's the same thing

Thanks
User avatar
Junior Boarder

GK User
Sat Apr 27, 2013 8:34 pm
ok, write me on which module and url did you add suffix ... then I will check generated code.

or send me (via PM) full access to back-end
User avatar
Platinum Boarder

GK User
Tue Jun 11, 2013 4:48 pm
I am also having problems with a similar thing.

I created a module class suffix ( classBody) and entered into the template.css

div.classBody {
background: transparent;
}


I have tried variations including "background:none;"

Also tried changing:

#gkContent {background:none;}

but i cannot get the module backgound to become transparent

Template: Financial Business
User avatar
Fresh Boarder

GK User
Wed Jun 12, 2013 2:38 am
Just further info - I can manage to change the color of the bg using the new module class suffix below, but just cant get it transparent


ddis wrote:I am also having problems with a similar thing.

I created a module class suffix ( classBody) and entered into the template.css

div.classBody {
background: transparent;
}


I have tried variations including "background:none;"

Also tried changing:

#gkContent {background:none;}

but i cannot get the module backgound to become transparent

Template: Financial Business
User avatar
Fresh Boarder

GK User
Thu Jun 13, 2013 9:59 pm
Try this

Code: Select all
#gkWrap2 {background:transparent;}


you will get transparent all bottom and right side modules.
User avatar
Platinum Boarder

GK User
Fri Jun 14, 2013 1:56 am
Thanks Pawel

All fixed - for reference if anyone else has trouble:

#gkWrap2 is located in layouts.css



D.
User avatar
Fresh Boarder


cron