Tagged: border, color section, gallery, Hide
Hi
How can I hide this border?
http://screencast.com/t/OKgpb2tjAUb
http://dev2.electrixinternational.com/products/trunking-systems/#image-gallery
Hey richardelectrix!
Please add following code to Quick CSS
div#after_section_2 {
border: none;
}
Regards,
Yigit
Hi
How do I alter the code if I apply a css to the color section called ‘full-width-image-gallery’?
I have tried
div#full-width-image-gallery {
border: none;
}
… but it doesnt work.
I guess something isnt right.
Hi!
try
.full-width-image-gallery {
border: none;
}
Cheers!
Andy
Hi
I have tried that but it doesnt work.
Hey!
Can you please post the link to your page where we can see your color section with “full-width-image-gallery” ID?
Regards,
Yigit