Turn off lines on Grid stack from Yuzool

Is it possible to turn the gridlines off on the Grid stack from Yuzool? I’ve tried making them the same colour as the background which gets me most of the way there, but the background has a bit of transparency and Grid doesn’t seem to have that enabled in the colour pickers.

(Edit: sorry, no URL to point to yet but I’ll try and get something up if it’s needed)

Thanks!

Hi @jabostick

Try:

.cbp-ig-grid li {
    border-top: 0px !important;
    box-shadow: none !important;
}
5 Likes

As per usual, you’re the man, @kryten! Thanks very much.

2 Likes

My pleasure @jabostick, my pleasure :slight_smile:

2 Likes

Hello, I just downloaded the Oak Bundle to use the GRID stack, but for some reason, it won’t allow me to do more than two columns? Are you having the same issue?

1 Like

Do you have an example page?

1 Like

By default @koob it’s 3 columns - make sure to have this option unchecked:

:slight_smile: