How do i make the table white background to dissappear and without borders?
Originally, the tables borders are 0 with a transparent background , but on the frontend of the site, the white background appears
Hey Armstrong88,
Try adding this to quick css:
.tab_content.active_tab_content{
background:transparent!important;
}
.main_color tr:nth-child(odd){
background:transparent!important;
}
td {
border: none!important;
}
Best regards,
Jordan Shannon
the white background is still there, it is not yet removed
Hi,
Would you be able to provide admin info so I can login and ensure that the css will work?
Best regards,
Jordan Shannon
THIS IS IT
Hi,
Unfortunately the above credentials did not work for me.
Best regards,
Jordan Shannon
oh, sorry i made a mistake.
Hi,
Please test the page again. It should be working now.
Best regards,
Jordan Shannon
ok, thanks
Hi,
No problem at all. If you are in need of additional help, please let us know.
Best regards,
Jordan Shannon