-
AuthorPosts
-
March 9, 2017 at 1:20 am #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 !
March 9, 2017 at 6:28 am #758158Hey 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,
VinayMarch 9, 2017 at 11:19 am #758293Hi 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.March 10, 2017 at 8:57 am #758750Hi,
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,
RikardMarch 10, 2017 at 2:32 pm #758904Hi Rickard,
I tried it and it worse ! Check the the screenshot in private.
Thanks for your time.
Romainp841.March 10, 2017 at 2:53 pm #758918I 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.
March 11, 2017 at 8:27 am #759319Hi romainp841,
Thanks for the feedback, so the CSS is working for you? If so I would go for that solution.
Best regards,
RikardMarch 11, 2017 at 1:07 pm #759356Hi Rikard,
Yes of course the CSS is working ! Thanks for your help !
Best regards.
Romainp841.March 12, 2017 at 7:00 am #759555 -
AuthorPosts
- The topic ‘Bug Transparency Table’ is closed to new replies.