• Resolved Andreas_HGW

    (@andreas_hgw)


    Hello

    I tried to change the color of the table entries with the following CSS code.
    But the color of the text is alway’s blue. What is wrong

    .tablepress-id-1 tbody td {
    /* Farbe und Font für reinen Text in der Tabelle */
    font-family: Tahoma;
    font-size: 16px;
    color: #bf342a;
    }

    /* Farben der Tabelle überschrift */
    .tablepress-id-1 thead th {
    background-color: #959393;
    color: #bf342a;
    }

    best regards
    Andreas

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    This text is actually clickable links, which get that blue color by your theme.
    Please add this CSS code as well:

    .tablepress-id-1 a {
      color: #bf342a;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘color of the table entries’ is closed to new replies.