Home>Support>Table without borders

Table without borders

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 6 months ago Alex S
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More