Good morning,
I’ve found the same question on other old threads, but I couldn’t really find a solution. After each color section, I can see a grey line, dividing the section from the others. I have selected “no borders” both for higher and lower borders.
Is there a way to get rid of the grey line? See example here on my website after the 3 box icons sections.
Thanks
Hey Vale,
Add this to quick css:
.main_color{
border:none!important;
}
Best regards,
Jordan Shannon
Thanks so much!
That worked perfectly
Best