Hello,
I’m havign a heck of a time trying to remove a table border:
I’ve tried to edit it our with CSS to no avail:
Please help.
Thanks!
Hey webstuff81,
Are you running any additional custom css that may be preventing your code from running? Check the formatting on it.
Best regards,
Jordan Shannon
The custom css I posted is the only custom css I’ve added
figured it out.
Added the following code:
#top .avia-table, #top .avia-table td, #top .avia-table th, #top .avia-table tr{ background: transparent;
border:none;
}
thanks