Hello,
I’m trying to create a simple table, with no borders. I’ve tried to specify simple styles to the table itself and also in the simple CSS editor in the theme. Neither is working.
What recommendations do you have?
Hey dnweil,
Add this to quick css:
tr:first-child td{
border-top:none!important;
}
tr td:first-child{
border-left:none!important;
}
Best regards,
Jordan Shannon
THANK YOU! This worked : )
Be well!
Hi,
No problem! If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon