table

Home Forums Jevelin Theme table

Home Forums Jevelin Theme table

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • lorena
    Participant

    Hi

    Just wondering if you can help. I recently added a new column to my table and am finding that the header in that last column is now coming up in black text rather than the white like the rest of the columns.

     

    I have this CSS applied, do you know why it may not be working? Table ID 6 and ID 1 are the ones with the issue?

     

    .tablepress .row-hover tr:hover td {
    background-color: #ffffff;
    }

    .tablepress-id-1 tbody td {
    font-family: arial;
    font-size: 14px;
    color: #000000;
    text-align: center;
    }

    .tablepress-id-5 tbody td {
    font-family: arial;
    font-size: 14px;
    color: #000000;
    text-align: center;
    }

    .tablepress-id-3 tbody td {
    font-family: arial;
    font-size: 14px;
    color: #000000;
    text-align: center;
    }

    .tablepress-id-6 tbody td {
    font-family: arial;
    font-size: 14px;
    color: #000000;
    text-align: center;
    }

    .tablepress thead th,
    .tablepress tfoot th {
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    }

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi @lorena.redzepovski,

     

    I hope you are well today and thank you for your question.

     

    You can resolve the issue by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container .tablepress thead th {
        color: #FFF !important;
    }

     

    Best regards,
    Shufflehound team

    lorena
    Participant

    Thanks!

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)