How to remove the background image
Get into Dashboard > Fitness Zone > Integration > Custom CSS > Enable Custom CSS > Yes > Pasted the below css code inside the text area > Save All.
#main-content:after { content: none !important; }
#main-content:before { content: none !important; }
How to change the background image
Get into Dashboard > Fitness Zone > Integration > Custom CSS > Enable Custom CSS > Yes > Pasted the below css code inside the text area > Save All.
#main-content:before { background: url(images/main-cnt-left.png) no-repeat !important; }
#main-content:after { background: url(images/main-cnt-left.png) no-repeat !important; }
Leave A Comment?