Viewing 3 replies - 1 through 3 (of 3 total)
  • Currently in your css file. The bottom border is set to a shade of gray. If you adjust this to #000000, it should match the rest of the table. Hope that helps.

    tbody {
        border-bottom: 1px solid #ddd;
    }

    to

    tbody {
        border-bottom: 1px solid #000000;
    }
    Thread Starter Expat Warrior

    (@expat-warrior)

    I don’t see

    tbody {
    border-bottom: 1px solid #ddd;
    }

    in the code.

    Thread Starter Expat Warrior

    (@expat-warrior)

    Found it. Thanks.

    From the WordPress editor, I clicked on “Appearance” and selected “Editor.”

    From there, I clicked on “Stylesheet (style.css)” on the right hand side. That’s when the code showed up.

    Thanks again.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘The bottom borders in my tables’ is closed to new replies.