Hi,
I was wondering how I could remove the thin white line (or change its color to the nav color) and how do I remove the thin grey borders that run the bottom length of the color section. http://i.imgur.com/2LbgAf1.png
Cheers
Hi tjpicasso!
Add this to your custom CSS.
.avia-section {
border-color: transparent !important;
}
Best regards,
Elliott