transparent backgrounf instead of white for module positions

GK User
Tue Feb 28, 2012 3:31 pm
I would like to remove the white background with transparent for the positions user 1 - user 12.

I like those positions to look like banner 2 position.

Can you explain where in css I have to make what changes?

Thank you
User avatar
Fresh Boarder

Konrad M
Wed Feb 29, 2012 11:51 am
Hi
Can you give us url to your site?
User avatar

GK User
Wed Feb 29, 2012 12:10 pm
My website is on with a different template...

In order to be able to see how it looks like with GK musiticy template I must give you an access code..
How can we discuss about this privately?
User avatar
Fresh Boarder

Konrad M
Wed Feb 29, 2012 12:18 pm
You can send me a private message.
User avatar

GK User
Wed Mar 14, 2012 12:47 pm
Hello and thanks for your response...

I've pasted
".middle {
background: none !important;

}"
through "Template CSS Editor" into the override.css file after " /* HERE YOU CAN PUT YOUR OWN CSS RULES */ " and saved it.
I also enabled override.css option.
but nothing have changed.
Am I doing something wrong?
User avatar
Fresh Boarder

Konrad M
Thu Mar 15, 2012 1:24 pm
Are you able to send me link to site where you used this code ?
User avatar

GK User
Thu Mar 15, 2012 8:53 pm
I've just sent you a private message with the link and user code in order to log in as administrator and see a demo page because GK musicity template is not live yet.
I'm soory about that...
The title of the message is "musicity teplate - transparent background demo page"
User avatar
Fresh Boarder

Konrad M
Fri Mar 16, 2012 1:24 pm
Yes I got it.
Please try add to the override.css
Code: Select all
#mainPage #banner1 .moduletable,
#mainPage #banner2 .moduletable,
#mainPage #gk-users12 .moduletable,
#mainPage #gk-users22 .moduletable{background:none !important;}


and remember to enable override.css option in template settings.
User avatar

GK User
Fri Mar 16, 2012 6:24 pm
Thank you!!! It works fine for banner 1 position,
but not for user1, 2 ,3 ... 12, right etc positions...
If the code you gave me is specific for position banner 1, could you tell me if there is a simple way of using it for other positions as well?
User avatar
Fresh Boarder

Konrad M
Mon Mar 19, 2012 9:41 am
I advise install firebug it is great webdev extension for firefox. It will help you to find class or id for every element on page.
User avatar

GK User
Mon Mar 19, 2012 3:01 pm
ok! thanks. I'll try it.. and I'm hpoping that I will manage to find what I'm looking for :shock:
User avatar
Fresh Boarder

Konrad M
Tue Mar 20, 2012 12:35 pm
You shouldn't have problem using firebug.
User avatar


cron