Home Forums WoodMart support forum change back to products block Reply To: change back to products block

#450622

Artem Temos
Keymaster

Hello,

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

body .tooltip .tooltip-inner {
		background-color: #e8bb49;
}

body .tooltip.bs-tooltip-top .arrow {
	border-top-color: #e8bb49;
}

Regards.