How can remove this line below 3 picture http://wescot.it/nuovo/
grid.css ?
.container_wrap {
border-top-style:solid;
border-top-width:1px;
clear:both;
position:relative;
}
Hey unicaweb,
Try adding this in quick css:
.main_color, .main_color div{
background-color: #fff !important;
}
Best regards,
Jordan Shannon
No I need to remove border pixel for .container_wrap
Hi,
The border under the 3 dog images?
Best regards,
Jordan Shannon
Yes, I use
.container_wrap {border:none}
Hi,
.container_wrap is not the correct element to target. Please use what I have added above.
Best regards,
Jordan Shannon
Your code is for background not for border. I use it but then is all white !