Tagged: 

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

    Hi. Im struggling to override the default white background color tables. I tried the following CSS code already but it wont work:
    table td, table tr, table th{ background: transparent !important;}

    I even wrapped my a table inside a div and called it ‘transparent-tables’
    .transparent-tables tr, .transparent-tables td { background-color: transparent !important; border: none !important; vertical-align: top !important;}

    Is there any other way to make the background color of tables transparent? I have an image in the background.

    Thanks in advance!

    #464492

    Hi zedduo!

    Thank you for using Enfold.

    You can add an inline css style to the table or add this in the Quick CSS field:

    .transparent-tables {
      background-color: transparent !important;
    }

    Cheers!
    Ismael

    #464497

    Awesome! That worked! Thanks!!

    #464791

    Hi!

    Great! Glad we could help. :)

    Cheers!
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Transparent background color tables’ is closed to new replies.