Hi,
You can remove these different pieces of CSS code:
#hikashop_shipping_methods .row0:hover, #hikashop_shipping_methods .row1:hover {
background-color: #f8f8f8;
}
.hikashop_checkout_address_left_part .row0:hover, .hikashop_checkout_address_left_part .row1:hover, .hikashop_checkout_address_right_part .row0:hover, .hikashop_checkout_address_right_part .row1:hover {
background-color: #f8f8f8;
}
#hikashop_payment_methods .row0:hover, #hikashop_payment_methods .row1:hover {
background-color: #f8f8f8;
}
#hikashop_payment_methods td {
padding: 5px;
background-color: #fff;
}
.hikashop_checkout_cart table .row0:hover, .hikashop_checkout_cart table .row1:hover {
background-color: #f8f8f8;
}
from the frontend CSS file of HikaShop that you can edit via the Display tab of the HikaShop configuration:
www.hikashop.com/support/support/documen...ize-the-display.html
And you can also remove that CSS code:
.table-striped tbody>tr:nth-child(odd)>td, .table-striped tbody>tr:nth-child(odd)>th {
background-color: #f9f9f9;
}
from the CSS file /media/jui/css/bootstrap.min.css of your website.