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.

Solid borders between rows in a table

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

I am using vantage Child theme (Premium) and Woocommerce of the latest updates. I want to have solid lines between each row in a table on a Product page but I cannot find out were to change the css. Could you give me a hint were to change?

BR
Hasse

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

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Alex S Staff 7 years, 6 days ago

    Hi Hasse,

    Vantage includes the following CSS for tables:

    .entry-content table {
        border-bottom: 1px solid #ededed;
        border-collapse: collapse;
        border-spacing: 0;
        font-size: 14px;
        line-height: 2;
        margin: 0 0 20px;
        width: 100%;
    }

    To adjust the td or tr, please add (and adjust) the following CSS:

    tr {
    	border: 1px solid #0f0
    }
    td {
    	border: 1px solid #0f0
    }

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