Viewing 3 replies - 1 through 3 (of 3 total)
  • Make sure you’re using a child theme or some sort of plugin that allows you to add CSS without editing core theme files. With that setup in place, the following CSS will remove the borders:

    article table td {
        border: none;
    }

    When I looked at your stylesheet, it looks like you may be using some type of caching plugin. If that’s the case, you won’t see your changes as soon as you make them. You’ve have to clear all your caches first. Let me know if it works for you.

    Thread Starter Bobby Allen Roach

    (@bobbyroachphoto)

    You are MAGNIFICENT!! That worked perfectly–thank you so much!

    No problem. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Table Lines’ is closed to new replies.