Tagged: border bottom, enfold
I’ve added a portfolio grid after a color section, and the grid is generating a border along its bottom. I can’t find the CSS that’s generating the border. Can you point me in the right direction?
Thanks.
Hey Veronica,
Please try the following in Quick CSS under Enfold–>General Styling:
.main_color {
border-color: transparent !important;
}
Regards,
Rikard
That worked! Thank you.