Home Forums WoodMart support forum Frequently bought together Reply To: Frequently bought together

#413917

Hello,

This can be achieved with custom CSS only.

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

body .wd-fbt.wd-design-side .wd-fbt-form {
	background-image: url();
	background-position: center;
	background-size: cover;
}

Best Regards