• Resolved sdukes49

    (@sdukes49)


    .tablepress-table-name-id-1 {
    text-align:center;
    }
    .tablepress thead th,
    .tablepress tfoot th {
    color: #dc0852;
    }

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter sdukes49

    (@sdukes49)

    I managed to get the codes above to work; however I want to change the color of the Title name and its size and have it bold. I have tried the following:
    .tablepress-table-name-id-1 {
    text-align:center;
    font-weight: bold;
    font-size:30px;
    color:#dc0852′
    }

    But the only thing that works is the text-align:center; Please help; I’ve tried many other codes to no avail.

    Thread Starter sdukes49

    (@sdukes49)

    I have even tried coping many codes from Tablepress’ FAQ such as:
    .tablepress-id-N tbody td {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    color: #ff0000;
    }

    and changing it to the following, so it would design all tables on my site

    .tablepress {
    font-size: 12px;
    font-weight: bold;
    color: #dc0852;
    }

    but, it doesn’t work.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The reason why this didn’t work was that your theme styles these headings differently. From what I can see, you already found that adding the !important flag helps here 🙂 Nice!

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Customizing TablePress table’ is closed to new replies.