Home Forums WoodMart support forum Split: Deletion of some functions Reply To: Split: Deletion of some functions

#505119

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

.whb-header .wd-button-wrapper > .btn.btn-color-alt {
	  transition: all .25s ease;
}

.whb-header .wd-button-wrapper > .btn.btn-color-alt:hover {
	transform: scale(1.1);
}

Best Regards