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

    .avia_textblock tr {
    background-color: #000000 !important;
    }
    @media only screen and (max-width: 480px) {
    .responsive .mobile_slide_out .logo, .responsive .logo a, .responsive .logo img {
    max-width: 110%;
    height: auto !important; }}

    .main_color .avia-data-table th.avia-highlight-col {
    background-color: #000000 !important;
    }

    .avia-table-1 th.avia-highlight-col {
    background-color: #000000 !important;
    }
    .avia-table-2 th.avia-highlight-col {
    background-color: #000000 !important;
    }
    .avia-table-3 th.avia-highlight-col {
    background-color: #000000 !important;
    }

    tr, td, table {
    background-color: #000000 !important;
    color: #FFFFFF !important;
    }

    .main_color table.avia-data-table, .main_color div .avia-data-table tr:nth-child(even) td {
    background-color: transparent !important;
    }

    .avia-table.avia-data-table.avia-table-2.avia-builder-el-5.avia-builder-el-no-sibling td{
    background-color: transparent !important;
    }

    .avia-table.avia-data-tab{
    background-color: transparent !important;
    }

    ive tried several of ur topics but without luck ill post my url with the problem hope u can help me

    i just want to make the table row all of em black

    #260169
    This reply has been marked as private.
    #260170
    This reply has been marked as private.
    #260253

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra {
    background: black;
    }

    Regards,
    Yigit

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