• Resolved assamportal

    (@assamportal)


    Hi,

    I want to add borders to all tables of this blog using a single css script. Till now, I’m using the following script separately for each table; but from table id 16, the script stops working.

    .tablepress-id-1 tbody td {
    border: 1px solid #000000 !important;
    }

    Pl help.

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

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Instead of repeating this for all tables, just use the common CSS

    .tablepress tbody td {
      border: 1px solid #000000 !important;
    }

    This will add a border to ALL TablePress tables on the site.

    Regards,
    Tobias

    Thread Starter assamportal

    (@assamportal)

    Hi,

    It’s still showing the same problem.

    • This reply was modified 4 years, 8 months ago by assamportal.
    Thread Starter assamportal

    (@assamportal)

    Hi,

    I’ve implemented your code; but the same problem persists.

    Thread Starter assamportal

    (@assamportal)

    Hi,

    It works. I have to add the code to theme css; rather than plugin css option panel.

    Thanks a lot.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    great! Good to hear that you could make it work!

    Best wishes,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Add Border to all tables of a blog’ is closed to new replies.