• Resolved pbsbluejay

    (@pbsbluejay)


    Recently, I moved my site from https:// to https:// and noticed my Tablepress css background color reverted back to the default color. Also, my verticle and horizontal border lines are missing.

    This is what I have:

    .tablepress-id-1 td img {
        border: none;
        padding: 0;
        margin-bottom: 0;
    }
    
    .tablepress-id-1 {
        width: auto;
    }
    
    .tablepress-id-1 thead th,
    .tablepress-id-1 tbody td {
        border: 1px solid #333333;
    }
    
    .tablepress-id-1 .column-1 {
        background-color: #FFFFFF;
    }
    
    .tablepress-id-1 .column-2 {
        background-color: #FFFFFF;
    }
    
    .tablepress-id-1 .column-3 {
        background-color: #FFFFFF;
    }

    And so on.

    I’m also using the same table ID # on two different web pages.

    Appreciate any help to correct the issue.

    • This topic was modified 5 years, 4 months ago by pbsbluejay.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter pbsbluejay

    (@pbsbluejay)

    Meant to say my vertical borders disappeared. My horizontals border are visible.

    I tried different CSS codes that I found by Tobias to get my header color and vertical borders to reappear but nothing works. I’m beginning to think the issue has more to do with changing http and https. There was nothing wrong with the table until the change.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.
    Also sorry for the late reply! As I was on holidays, I did not have a chance to look at this earlier.

    I’m not sure that I can reproduce this. When I look at the table, all cells are white and have both horizontal and vertical border lines.

    Regards,
    Tobias

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Tablepress Header Color, Horizontal & Vertical Borders Disappeared’ is closed to new replies.