Tagged: border color, grid row
I have the borders set to “Borders on top and bottom between cells” in a Grid Row. The borders that display are white and I can’t see an option to change their color. Can someone let me know how to change them to a different color? Thanks!
Hey NicomIT,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Sure thing Victoria. Here you go…
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.flex_cell.no_margin.av_one_fifth {
border-color: red;
}
Best regards,
Rikard
Thanks Rikard. That changed the borders on the left and right. I was able to change the top and bottom with this CSS:
.av-border-top-bottom {
border-color: #15577b;
}
Btw… one thing I noticed is the first image is displaying a pixel taller than the other four images and the files are all the same size (600 by 345), so I’m not sure what is causing that with just the first one.
Hi NicomIT,
Best regards,
Victoria