Home>Support>Solid borders between rows in a table

Solid borders between rows in a table

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

  1. 5 years, 7 months ago Alex S
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More