Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
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
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 }