Home › Forums › WoodMart support forum › Lost the cart icon › Reply To: Lost the cart icon
March 22, 2018 at 4:01 pm
#48145
Elise Noromit
Member
Hello,
You can change the background of the certain page by adding custom CSS code into Page settings of WPBakery Page Builder: http://prntscr.com/iusd5e
Please add this code to the Page settings replacing #00000 with your color:
.main-page-wrapper {
background-color: #000000;
}
Best Regards