Hi! I’m using the portfolio grid and can’t find a working CSS to hide the border around the portfolio items. I can turn it off when I inspect the elements in Firefox but after pasting into Quick CSS there must some conflict because the lines are back again. I hope you can help. Thanks in advance
/Michael
This is the CSS I’ve tried using:
.grid-entry .inner-entry {
margin-right: 0px;
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0 !important);
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0 !important);
position: relative;
}
Hey musklick,
Try this instead:
.grid-entry .inner-entry {
box-shadow: none !important;
}
Best regards,
Rikard
Thanks Rikard! That worked perfectly) :)
Best regards
/Michael
Hi,
Glad we could help :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
This one you can close :)
Thanks again
/Michael