Thread Starter
shuvam
(@shuvam)
Hi, I don’t know how to code but I somehow managed to solve it by using this code and it worked for me and also I can change the color of the title using this code.
.dwspecs-product-table .dwspecs-product-table-group .group-title {
color: #2196f3;
font-size: large;
font-weight: 700;
margin-bottom: 16px;
}
.dwspecs-product-table table tr th, .dwspecs-product-table table tr td {
font-weight: 500;
font-size: medium ;
border-bottom: 1px solid #fff;
}