• Resolved bbrydsoe

    (@bbrydsoe)


    I have created a table, but I don’t want any borders at all around it. Even when I use

    <table borders=”0″>
    <td borders=”0″>

    I still get some of the borders, as faint lines between the rows. Trying to do it as

    <table style=”borders: 0 none;”>

    also doesn’t help.

    Any suggestions? I am assuming the stylesheet somehow overrides anything I do?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author galussothemes

    (@galussothemes)

    Hi bbrydsoe,

    Go to ‘Appearance’ > ‘Editor’, select custom-style.css file, paste the following code and clic on ‘Update file’ button.

    .entry-content td {
        border:none;
    }

    Regards.

    Thread Starter bbrydsoe

    (@bbrydsoe)

    That worked! Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove borders around table cells’ is closed to new replies.