Hello, I need to remove the default style from the tables. More precisely remove the background color (become transparent) and remove the border, just use the tabular structure for text. Please help! regards
Hey farc1974,
Please provide a link to the site/page in question so we can look into this further.
Best regards,
Jordan Shannon
Hi, Jordan
https://tabah.oalfaiate.com/opportunities/
regards
Hi,
Add this to quick css:
.main_color tr:nth-child(odd){
background:#fff!important;
}
.main_color tr,
.main_color td{
border-color:#fff!important;
border:none!important
}
Best regards,
Jordan Shannon