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.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi 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.