Tagged: table
Hi,
I would like to set table background to transparent.
I wrote the table code in the code block with style css.
Set transparent, and then the background color which set in the general styling, main contents Alternate Background color was appeared.
How do I do?
Best regards,
Hey Ayumi,
Thank you for the inquiry.
The table in the text block is already transparent when we checked the page. Which table or element are you trying to adjust? Please provide a screenshot using imgur or dropbox.
Best regards,
Ismael
Ismael,
I didn’t use table tag that page to avoid problem. But I’m still having same trouble. Could you please check the url below?
Best regards,
Hi,
Thank you for the test page.
You can use this css code to change the background color of the table and the cells within to transparent.
.main_color table, .main_color table tbody, .main_color table tr, .main_color table td {
background-color: transparent !important;
}
Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.
Best regards,
Ismael
Ismael,
Thank you for the code, It works perfectly.
Best regards,
Ayumi