Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1146626

    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

    #1146646

    Hey farc1974,

    Please provide a link to the site/page in question so we can look into this further.

    Best regards,
    Jordan Shannon

    #1147117

    Hi, Jordan
    https://tabah.oalfaiate.com/opportunities/
    regards

    • This reply was modified 4 years, 5 months ago by farc1974.
    #1147157

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.