Home Forums WoodMart support forum CSS Issue when Ajax Product Search in Footer Reply To: CSS Issue when Ajax Product Search in Footer

#40936

Bogdan Donovan
Keymaster

Hi,

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

.footer-container.color-scheme-light .product-title {
	color: #333;
}

.footer-container.color-scheme-light .amount,
.footer-container.color-scheme-light .price del {
	color: #333;	
}

Regards