Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1335270

    Hallo!

    Ich hab mich schon durch diverse Beiträge zum Thema Farbanpassung der Princing und Data Tables durch gesucht und alle Codes ausgeprobiert. Leider ändert sich die Farbe meiner Tabelle überhaupt nicht.

    Die Hintergrundfarbe der Überschrift soll bleiben. Ich möchte aber die Zeilen darunter im Hintergrund weiß haben (jede zweite Zeile ist leicht grau) und die Schrift soll überall gleich schwarz sein.

    Vielen Dank und einen schönen Tag!

    #1335351

    Hey lauragrashoff!

    Thank you for the inquiry.

    The page above is not accessible and is asking for a password. Please post the details in the private field and if possible, please provide a screenshot of the changes that you would like to make with the table. You can use imgur or dropbox for the screenshot.

    Best regards,
    Ismael

    #1335411

    Hey, vielen Dank für die schnelle Antwort.

    Entschuldige, ich hatte ganz vergessen, dass ich noch ein Passwort auf der Website habe.

    Vielen Dank!

    #1335514

    Hi,

    Thank you for the update.

    You can use this css code to adjust the color of the text in the table.

    .main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table>li:nth-child(even), #top .main_color .avia-data-table.avia_pricing_minimal td {
        color: #333333;
    }
    

    And if you want to remove the bottom border of the heading row or make it white, use this css code.

    .main_color .pricing-table>li:nth-child(2) {
        border-top-color: #ffffff;
    }
    

    Best regards,
    Ismael

    #1335538

    Hallo Ismael,

    vielen Dank für deine schnelle Antwort!

    Ich habe beide Codes ins Quick CSS eingefügt, nur leider ändert sich überhaupt nichts an den Tabellen.
    Hast du noch einen anderen Vorschlag?

    Liebe Grüße
    Laura

    #1335581

    Hi,

    Did you copy the code from your email? Please try to copy it directly from this forum. You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings. Also, make sure to purge the cache and do a hard refresh before checking the page. Let us know if that helps.

    Thank you for your patience.

    Best regards,
    Ismael

    #1335583

    Hey Ismael,

    ich habe den Code nochmal aus dem Forum kopiert und eingesetzt. Danach mein Chache geleert und auch das File Compressin kurz deaktiviert.
    Leider ändert sich der Style der Pricing Table immer noch nicht :(

    Diese Tabelle scheint echt hartnäckig zu sein.

    Hast du noch einen Tipp oder möchtest du dir das mit einem Adminzugang selber anschauen?

    #1335698

    Hi,
    Vielen Dank für Ihre Geduld. Soweit ich weiß, möchten Sie, dass alle Texte und Zellen dieselbe Farbe haben. Bitte versuchen Sie diesen Code im Feld General Styling ▸ Quick CSS oder in das Feld WordPress ▸ Anpassen ▸ Zusätzliches CSS:

    #top #main .main_color .pricing-table>li:nth-child(even) {
        color: #000;
    }
    #top #main .main_color .pricing-table>li:nth-child(odd) {
    	background: #fff;
    }

    2022-01-15_090612.jpg
    Nachdem Sie das CSS angewendet haben, leeren Sie bitte Ihren Browser-Cache und überprüfen Sie es.

    — Translated with Google —

    Thank you for your patience, as I understand you want all of the text & cells the same color, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top #main .main_color .pricing-table>li:nth-child(even) {
        color: #000;
    }
    #top #main .main_color .pricing-table>li:nth-child(odd) {
    	background: #fff;
    }

    2022-01-15_090612.jpg
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1335701

    Hallo Mike,

    in Quick CSS hat es wieder keine Änderungen an der Tabelle angezeigt.
    Dein Tipp es in Zusätzliches CSS einzufügen hat endlich geklappt :)

    Vielen Dank!

    Ich wünsche ein schönes Wochenende!

    #1335702

    Hi,
    Schön, dass wir helfen konnten, wenn Sie weitere Fragen haben, erstellen Sie bitte einen neuen Thread und wir werden es tun versuche dir gerne zu helfen. Vielen Dank, dass Sie Enfold verwenden.

    — Translated with Google —

    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Pricing Table Color’ is closed to new replies.