Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1012186

    Hey there,
    I’m having a problem with the background of a table. I need the background to be transparant, I just can’t figure it out. Hope you can?

    Best regards,
    Martijn Koster

    #1012373

    Hey Martijn,

    Thank you for using Enfold.

    You can use this css code to make the table transparent. Please note that this will affect all tables across the site, so you may need to enable the custom css class field.

    .main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra, .main_color table, .main_color tr:nth-child(even), .main_color .avia-data-table .avia-heading-row .avia-desc-col, .main_color .avia-data-table .avia-highlight-col, .main_color .pricing-table>li:nth-child(even), body .main_color .pricing-table.avia-desc-col li, #top .main_color .avia-data-table.avia_pricing_minimal th {
        background: transparent;
    }

    // https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#turn-on-custom-css-class-field-for-all-alb-elements

    Best regards,
    Ismael

    #1012387

    Hey Ismael,

    Thank you for your reaction. Unfortunately the code doesn’t seem to do the trick. I will send you the login credentials to have a look for your self.

    Best regards,
    martijn

    #1012801

    Hi,

    Thanks for the update.

    We adjusted the code a bit. The table is now transparent.

    Best regards,
    Ismael

    #1012843

    Hi Ismael,

    Thanks for the support!

    #1012991

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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