Home › Forums › WoodMart support forum › Split: Background Different Pictures › Reply To: Split: Background Different Pictures
July 9, 2023 at 7:56 pm
#480248
Artem Temos
Keymaster
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.page .main-page-wrapper {
background-image: none!important;
}