Home › Forums › WoodMart support forum › Frequently bought together › Reply To: Frequently bought together
October 15, 2022 at 12:52 am
#413917
Elise Noromit
Member
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