• Resolved dadams76

    (@dadams76)


    Tobias,
    A few months back you helped me with some CSS. I thinking on building a 2nd table. I’m assuming the 2nd table will inherit the same code. How can I separate the 2 tables?

    Thanks,
    Dave

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    This depends on which CSS selectors you are using for the first table. If you used .tablepress ..., all tables are affected. If you used .tablepress-id-123 ... (with a table ID) only that table will be affected.

    See https://tablepress.org/faq/documentation-css-selectors-styling/ for more information.

    Regards,
    Tobias

    Thread Starter dadams76

    (@dadams76)

    Thanks Tobias,
    Thanks for your information. I worked great. I have another one for you. MY second table is ID-6. with 1 row and 2 cells. It defaults to changing color on a hover. I don’t want it to change color. I figured if I change the hover to the same color as the page, that would take care of my issue. Also I want to justify my text. Please refer to the Link.

    .tablepress-id-6 .row-1 td {
    background-color: #FFFFFF;
    text-align: justify;
    }

    Thanks,
    Dave

    • This reply was modified 6 years, 6 months ago by dadams76.
    • This reply was modified 6 years, 6 months ago by dadams76.
    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    just to be sure, have you unchecked the “Alternating Row Colors” checkbox on the table’s “Edit” screen?

    Unfortunately, I can’t check why this is not working, as I’m only getting a “Access from your area has been temporarily limited for security reasons.” from your site’s security plugin. (I live in Germany.)

    Regards,
    Tobias

    Thread Starter dadams76

    (@dadams76)

    Tobias,
    I donated once for your support.

    Thanks,
    Dave

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!
    And thanks again for the donation, I really appreciate it!

    Best wishes,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Second Table’ is closed to new replies.