Hello Comunity,
I am trying to set the color of the interior horizontal and vertical lines of a table. The table is added to the product description by using the Shopify Table icon in (Admin > Products) In an attempt to accomplish this I added the following code to my (Custom.CSS) file, but It only sets the border color, I need something to set the interior lines, not the border… Any thoughts?
Set URL: LuckyinDesign.com
PW:liegla
/Set table cell border color/
.table-responsive.dynamic {
border-left: 1px solid #05878a;
border-right: 1px solid #05878a;
border-top: 1px solid #05878a;
border-bottom: 1px solid #05878a;
}