This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Table without borders

9 years ago · Last reply by Alex S 9 years ago

Hello,

I would like a table in order to have one bit of text on the left of the column and another bit on the right, my first thought was to use a table for this. However I can’t seem to get rid of the borders of the table, I used this custom CSS:

table, th, td {
        border-width: 0px;
	border-spacing: 0px;
	border-style: hidden;
	border-color: white;
	border-collapse: separate;
	background-color: white;
}

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Alex S Staff 9 years, 11 months ago

    Hi Lukeg01,

    That CSS can still be overridden. Maybe try the following CSS as it cannot be overridden:

    table {
        border: none !important;
    }

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread