Home Forums WoodMart support forum Problem with colors Reply To: Problem with colors

#26590

Bogdan Donovan
Keymaster

Hi,

Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

body .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button {
	background-color: #808080;
	opacity: .8;
}

body .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button:hover {
	background-color: #da3c3c;
	opacity: 1;
}

Regards