I want to remove all 1px grayscale borders and backgrounds from tables. I tried pasting this in the quick style window, but it didn’t change anything:
td {
font-size: 13px;
padding: 9px 12px;
Hi!
Try the following:
.avia-table li {
background: white !important;
}
Best regards,
Josue
Great thanks!
You are welcome, always glad to help :)
Regards,
Josue
I added this to my custom css in the theme options but still have a border on the tables. Please advise.
Thanks
Hey!
@mikepeter Please try adding following code to Quick CSS as well
tr, td { border: none !important; }
If that too does not help, please post the link to your website.
Best regards,
Yigit
Great, thanks!