Hi,
I would like to change some settings on compare page (I used YITH WooCommerce Compare plugin)
https://gry4you.com/wp-content/uploads/2018/02/compare-page_1.jpg
This is my compare page settings:
https://gry4you.com/wp-content/uploads/2018/02/compare-page_2.jpg
#yith-woocompare table.dataTable.compare-list tbody th, #yith-woocompare table.dataTable.compare-list tbody td {
border-right: 1px solid #e7e7e7;
border-top: 1px solid #e7e7e7;
padding: 10px;
vertical-align: middle;
}
#yith-woocompare table.compare-list tbody th {
width: 150px;
max-width: 150px;
min-width: 150px;
overflow: hidden;
text-align: left;
color: #333;
background-color: #f2f2f2;
text-transform: uppercase;
font-weight: 700;
font-size: 14px;
}
I try to use this code, but it doesn’t work:
https://gry4you.com/wp-content/uploads/2018/02/compare-page_3.jpg
yith-woocompare table.dataTable.compare-list tbody th, #yith-woocompare table.dataTable.compare-list tbody td {
border-right: 1px solid #e6e6e6;
border-top: 1px solid #e6e6e6;
padding: 10px;
vertical-align: middle;
}
#yith-woocompare table.compare-list tbody th {
width: 150px;
max-width: 150px;
min-width: 150px;
overflow: hidden;
text-align: center;
color: #0b1fba;
background-color: #fafafa;
text-transform: uppercase;
font-weight: 700;
font-size: 15px;
}
Maybe you will find my mistake inside css code?
Regards
Damian