-
AuthorPosts
-
December 2, 2020 at 12:58 pm #1264488
Hallo,
ich benötige Hilfe. Ich möchte alle Tabellen in Enfold mit transparentem Hintergrund und transparentem Rahmen darstellen.
Was muss ich da bei Quick css eintragen?
Danke.
Gruß GonmyrHello,
I need help. I want to display all tables in Enfold with a transparent background and transparent border (frame).
What do I have to enter in Quick css?
Thank you.
Greeting GonmyrDecember 2, 2020 at 1:48 pm #1264492Hello, you can try
.avia-table *, .avia_responsive_table * { background-color: transparent !important; border-color: transparent !important; }
until there’s a better solution..
December 2, 2020 at 2:32 pm #1264504Hello,
sorry, this is not the solution.December 2, 2020 at 3:57 pm #1264515Hey,
Please edit your Table element and choose to display minimal styling and then add following code to bottom of Quick CSS field in Enfold theme options > General Styling tab
#top .main_color .avia-table td { border: none !important; }
If that does not help, please post temporary admin logins and a link to your page where you have your table element so we can look into it :)
Best regards,
YigitDecember 2, 2020 at 5:07 pm #1264536Hallo und danke für die schnelle Antwort.
Es funktioniert bei der Tabelle über die Inhaltselemente.
Ich habe keine separate Tabelle aus den Inhaltselementen. Ich habe eine Tabelle als Code in den Text eines Elementes einer Symbolliste eingefügt.
Dort ändert sich leider nichts. Wie ist der html Code für die einface Tabelle, damit ich die Formatierung nutzen kann?
Danke.Gruß Gonmyr
Hello and thanks for the quick response.
It works with the table about content elements.
I don’t have a separate table from the content elements. I have inserted a table as code into the text of an element of a symbol list.
Unfortunately nothing changes there. What is the html code for the simple table so I can use the formatting?
Thanks.Greeting Gonmyr
December 3, 2020 at 12:30 pm #1264741Gibt es keine Lösung?
December 3, 2020 at 1:24 pm #1264757Hi,
Could you please post a link to your page so we can inspect elements and make sure that we are providing you accurate solution? :)
Best regards,
YigitDecember 3, 2020 at 2:31 pm #1264778Hi,
ok. It’s about the opening hours.
December 3, 2020 at 2:55 pm #1264780Hi,
Please add following code to Quick CSS in Enfold theme options > General Styling tab
.TransTab * { border: none !important; background: white; }
Best regards,
YigitDecember 3, 2020 at 3:11 pm #1264784Hi,
nice, the frames are gone. How do I get the background transparent?
Thanks.Greeting Gonmyr
December 3, 2020 at 4:16 pm #1264798Hi,
Please try following code to change background color
.main_color table, .main_color table * { background-color: transparent !important; }
Best regards,
YigitDecember 3, 2020 at 4:22 pm #1264803Hi,
unfortunately this does not work. The link is still up-to-date.
Greets Gonmyr
December 3, 2020 at 4:25 pm #1264805Hi,
i just noticed that it works in normal mode but not in mobile mode.
Thanks
December 3, 2020 at 5:43 pm #1264813Hi,
Please make sure to flush cache in WP-Optimize settings for both logged out and mobile visitors, that issue is cache related :)
Best regards,
YigitDecember 3, 2020 at 6:22 pm #1264822thank you very much, that was the problem. Stay healthy!
Thanks Gonmyr
December 3, 2020 at 8:51 pm #1264877Hi Gonmyr,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- The topic ‘table border transparent’ is closed to new replies.