• Resolved tas888

    (@tas888)


    Hi Tobias,

    The plugin is great! I just have one query;

    I used the following CSS to create rounded corners on the header row, but only on the outer corners, not the inner corners;

    .tablepress-id-3 .row-1 .column-1 {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    }

    .tablepress-id-3 .row-1 .column-2 {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    }

    Is there a way to do the same for the rows with colour background? (the red rows in the URL)

    Thanks in advance!

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

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Border radius for alternating coloured rows’ is closed to new replies.