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

    (@tobiasbg)

    Hi,

    thanks for your question.

    I’m not really sure that I understand which borders you mean. Could you maybe post a link to the page where you want to do this, so that I can see what you mean?

    Regards,
    Tobias

    Thread Starter Arkona

    (@arkona)

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for the link.

    You’ll need to adjust the CSS that adds the border (the first block in your “Custom CSS”) to

    .tablepress tbody td {
      border: #041AC3 double 3px !important;
      color:maroon;
    }

    Then, you can remove it from the left cell with

    .tablepress-id-4 .row-1 .column-1 {
        border-top: none !important;
        border-bottom: none !important;
        border-left: none !important;
    }

    Regards,
    Tobias

    Thread Starter Arkona

    (@arkona)

    Unfortunately did not help. I’ve already tried. The borders have remained in place.
    https://www.pl17yar.ru/for-tobias/
    The lower table.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    you need to change the first block of your CSS that you have right now to exactly what I posted above. Otherwise it will not work.

    Regards,
    Tobias

    Thread Starter Arkona

    (@arkona)

    Got it.
    Removed from the first block row

    .tablepress,
    .tablepress tr,

    Once again, thank you very much! Today you have decided to almost all of my problems with TablePress.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    yes, that’s what I meant ??
    Good to hear that this helped!
    And you are very welcome!

    Best wishes,
    Tobias

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Removal of some cell borders’ is closed to new replies.