Tagged: 

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

    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,

    #1318370

    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

    #1318410

    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,

    #1318590

    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

    #1318597

    Ismael,
    Thank you for the code, It works perfectly.
    Best regards,
    Ayumi

    #1318616

    Hi,

    No problem. Please feel free to open another thread should you need anything else.

    Have a nice day.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to set table background to transparent?’ is closed to new replies.