Decrease top margin in user1-12 module e change font color

Elegant Joomla template designed especially for both professional and personal website presentation.
GK User
Tue Jun 05, 2012 11:59 am
Hi,

I would like to decrease the top margin in USER1 to USER12 module, but I don't find the correct item in css files.

I also would like to change the title's color in BOTTOM1 to BOTTOM12 modules.

See the attacched file.

Thanks.
Regards.
Daniele
User avatar
Fresh Boarder

Konrad M
Tue Jun 05, 2012 12:12 pm
Hi,
Can you give us url to this page ?
User avatar

GK User
Thu Jun 07, 2012 3:30 pm
Hi,

the url is http://www.valdiluce.net/
Now the site is off-line; use this account:
User name: doronzo
Password: doronzo

Thanks.
User avatar
Fresh Boarder

Konrad M
Thu Jun 07, 2012 3:38 pm
To reduce space please add to override.css
Code: Select all
#gkuseruser1 div.box > div > div > div.content, div.box_menu > div > div > div.content, div.box_text > div > div > div.content {
paddinbg-top:15px !important;
}

and decrease this value to fit your needs.
To change colors please add
Code: Select all
.box.clean > div > div > h3 {
color: #888!important;
}
.box.clean > div > div > h3 span {
color: #555 !important;
}

and set your own color values. Remember to enable override.css option in template settings.
User avatar

GK User
Thu Jun 07, 2012 6:03 pm
Hi,

thank you very much.
With your code I succeeded in change the margin and the colors as I wanted.

Thanks.
Regards.

Regards.
User avatar
Fresh Boarder


cron