How to remove the grey lines in the modules

GK User
Thu Dec 29, 2011 6:57 pm
Hello.. I need to remove the gray line that is at the bottom of the modules. Is there a module sufix that takes it off? I have tried all of it ones, unsuccessfully.
User avatar
Senior Boarder

Konrad M
Fri Dec 30, 2011 10:37 am
Hi
Can you give us url to your site?
User avatar

GK User
Mon Jan 02, 2012 8:30 pm
http://www.ca2.archweb.com.br/

This address is temporary. I am redoing an old site one.
User avatar
Senior Boarder

Konrad M
Wed Jan 04, 2012 9:43 am
Try add to override.css
Code: Select all
div.banneritem {
    border-bottom: none !important;
}

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

GK User
Wed Jan 04, 2012 11:29 pm
Again... this work great! Thank You.
And can I reduce the space between the banners?
User avatar
Senior Boarder

GK User
Wed Jan 04, 2012 11:43 pm
The URL has changed to the definitive address. www.comunidadearquitetura.com.br
User avatar
Senior Boarder

Konrad M
Mon Jan 09, 2012 12:13 pm
Each box has 12px margin. You need to add own suffix to modules and add to override.css[
code]
#gkPage .box.yoursuffix > div {
margin: 10px 12px;
}
[/code]
and decrease first value.
User avatar

GK User
Mon Jan 09, 2012 7:19 pm
Perfect Konrad... Thank you again.
User avatar
Senior Boarder


cron