• Resolved MorphMan

    (@morphman)


    Hey Tobias,

    I’m having a few issues, I am trying to add custom CSS code to show vertical lines on the columns (as below)

    .tablepress-id-1 th,
    .tablepress-id-1 td {
    border: 1px solid #cccccc;
    }

    However, the changes don’t seem to be taking effect. They did show once then they disappeared when I refreshed the page.

    I have turned of my cache plugin and still nothing? Could this have something to do with the latest WordPress update that came pout today?

    Any ideas?
    Cheers

    https://www.ads-software.com/plugins/tablepress/

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    We might simply have to give your command a higher priority, so that it overrides other CSS. For that, please use the command with the !important flag, like:

    border: 1px solid #cccccc !important;

    If that doesn’t help, can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    HI, I have the same problem but I already wrote !important; here is my code:
    If I use the preview mode it shows the right colors….

    .tablepress tfoot th,
    .tablepress thead th {
    background-color: #d1584b !important;
    color: #ffffff;
    }

    Thanks Awesome Plug-in

    • This reply was modified 8 years, 1 month ago by Jamonzito.
    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom CSS code changes not showing’ is closed to new replies.