Tagged: , ,

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #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ß Gonmyr

    Hello,
    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 Gonmyr

    #1264492

    Hello, you can try

    .avia-table *, .avia_responsive_table *  {
        background-color: transparent !important;
        border-color: transparent !important;
    }

    until there’s a better solution..

    #1264504

    Hello,
    sorry, this is not the solution.

    #1264515

    Hey,

    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,
    Yigit

    #1264536

    Hallo 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

    #1264741

    Gibt es keine Lösung?

    #1264757

    Hi,

    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,
    Yigit

    #1264778

    Hi,

    ok. It’s about the opening hours.

    #1264780

    Hi,

    Please add following code to Quick CSS in Enfold theme options > General Styling tab

    .TransTab * {
        border: none !important;
        background: white;
    }

    Best regards,
    Yigit

    #1264784

    Hi,

    nice, the frames are gone. How do I get the background transparent?
    Thanks.

    Greeting Gonmyr

    #1264798

    Hi,

    Please try following code to change background color

    .main_color table, .main_color table * {
        background-color: transparent !important;
    }

    Best regards,
    Yigit

    #1264803

    Hi,

    unfortunately this does not work. The link is still up-to-date.

    Greets Gonmyr

    #1264805

    Hi,

    i just noticed that it works in normal mode but not in mobile mode.

    Thanks

    #1264813

    Hi,

    Please make sure to flush cache in WP-Optimize settings for both logged out and mobile visitors, that issue is cache related :)

    Best regards,
    Yigit

    #1264822

    thank you very much, that was the problem. Stay healthy!

    Thanks Gonmyr

    #1264877

    Hi Gonmyr,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘table border transparent’ is closed to new replies.