Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #758127

    Hello :)

    Thanks Enfold and all the moderators for what you done !! It’s a great theme !!

    I’m using 11 times the Table element on my page, and I changed my settings to make the table transparent.
    I have one table with Main content color, one with Alternate content color, one with Main content, etc… 11 times.

    It’s working on the Main content color (#efefef), tables are transparent ! But on the Atlernate content color (#ffffff), the table have a grey (#efefef) background.

    I called this topic “Bug” because the transparency is working on the first table in Alternate content, but not in the others. (with the same settings).

    Thanks in advance !

    #758158

    Hey romainp841,

    It’s not clear what is the end result you are trying to achieve? If you still have any issue please upload a screenshot/mockup to imgur.com and share the link here so we can help you better :)

    Best regards,
    Vinay

    #758293

    Hi Vinay !

    Sorry for my english ! :/

    Here is a link imgur in private. As you can see, the first table is transparent but not the second.

    They have same settings.

    Thank you !
    Cheers.

    #758750

    Hi,

    Thanks for the screenshot. Please try the following in Quick CSS under Enfold->General Styling:

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

    Best regards,
    Rikard

    #758904

    Hi Rickard,

    I tried it and it worse ! Check the the screenshot in private.

    Thanks for your time.
    Romainp841.

    #758918

    I found a solution but I’m not sure this is the simplest.. :D
    I added a color for each color section in the Quick CSS and it’s working. 11 elements => 11 code

    #id1 .avia-table td {
    background-color: #fff !important;
    }
    
    #id2 .avia-table td {
    background-color: #efefef !important;
    }
    
    #id3 .avia-table td {
    background-color: #fff !important;
    }
    
    #id4 .avia-table td {
    background-color: #efefef !important;
    }

    Etc…

    • This reply was modified 7 years, 8 months ago by romainp841.
    #759319

    Hi romainp841,

    Thanks for the feedback, so the CSS is working for you? If so I would go for that solution.

    Best regards,
    Rikard

    #759356

    Hi Rikard,

    Yes of course the CSS is working ! Thanks for your help !

    Best regards.
    Romainp841.

    #759555

    Hi,

    Great, thanks for the feedback. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Bug Transparency Table’ is closed to new replies.