Home Forums WoodMart support forum Single Page some issue Reply To: Single Page some issue

#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,