-
AuthorPosts
-
January 12, 2022 at 4:47 pm #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!
January 13, 2022 at 4:49 am #1335351Hey 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,
IsmaelJanuary 13, 2022 at 1:37 pm #1335411Hey, vielen Dank für die schnelle Antwort.
Entschuldige, ich hatte ganz vergessen, dass ich noch ein Passwort auf der Website habe.
Vielen Dank!
January 14, 2022 at 7:19 am #1335514Hi,
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,
IsmaelJanuary 14, 2022 at 10:27 am #1335538Hallo 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
LauraJanuary 14, 2022 at 1:21 pm #1335581Hi,
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,
IsmaelJanuary 14, 2022 at 1:30 pm #1335583Hey 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?
January 15, 2022 at 4:09 pm #1335698Hi,
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; }
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; }
After applying the css, please clear your browser cache and check.Best regards,
MikeJanuary 15, 2022 at 4:23 pm #1335701Hallo 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!
January 15, 2022 at 4:27 pm #1335702Hi,
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 -
AuthorPosts
- The topic ‘Pricing Table Color’ is closed to new replies.