Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #828478

    Hallo zusammen,

    wie kann ich bei einer Überschriften Zeile einer Datentabelle folgendes ändern im Form von CSS Code:

    Schriftfarbe
    Überschriften Tabelle:
    #dbd8db

    Hintergrund bei Überschriften Tabelle:
    #32435c

    Vielen Dank
    Grüße Sokol

    #828575

    Hey Umzug4,

    Please, could you translate your question to English?

    Best regards,
    John Torvik

    #828681

    Hello everybody,

    How can I change the following line of a data table in the form of CSS Code:

    font Color
    Headings Table:
    # dbd8db

    Background for headings Table:
    # 32435c

    Many Thanks
    Greetings Sokol

    #828695

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .avia-heading-row th {
        color: #dbd8db;
        background-color: #32435c;
    }
    

    If that does not help, please post a link to your page :)

    Best regards,
    Yigit

    #829113

    Hi Yigit,

    ok super vielen Dank – nur noch eine Sache.

    Es wurde schon eine Farbe definiert wenn ein Text STRONG ist —- daher wird die Farbe #dbd8db nicht angezeigt. Kann man das hier umgehen und nur als Ausnahme bei Tabellenüberschriften diese Farbe verwenden dbd8db

    Danke für Deine Hilfe

    Grüße Sokol

    #829115

    Hi Yigit,

    ich verwende jetzt die gleiche Farbe daher ist keine Änderung nötig. Dein Code habe ich eingebunden – vielen Dank.
    Du kannst diesen Beitrag schließen.

    Viele Grüße
    Sokol

    #829142

    Hey!

    Please add following code to Quick CSS as well :)

    .avia-heading-row th strong {
        color: #dbd8db !important;
    }

    Glad you figured it out! Let us know if you have any other questions or issues :)

    Cheers!
    Yigit

    • This reply was modified 7 years, 3 months ago by Yigit.
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Schrifte und Hintergrund bei Überschrift einer Tabelle’ is closed to new replies.