Fitness Zone: How to remove/change the background image

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; }

Video Explanation

Leave A Comment?

This site uses Akismet to reduce spam. Learn how your comment data is processed.