Home › Forums › WoodMart support forum › Single Page some issue › Reply To: Single Page some issue
February 28, 2024 at 5:30 pm
#544769
Hung Pham
Keymaster
Hi sziklaigabor,
Add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
/* 2 */
.elementor hr {
display: none;
}
/* 1 */
form.cart div.quantity input[type="button"],
form.cart div.quantity input[type="number"]{
background-color: var(--btn-accented-bgcolor);
color: #fff;
}
Regards,