Hello ~ I need to remove the second Home tab from my site, www.oncologyaestheticsstudio.com. I also find that my background image does not adapt to the changing size of screen. I would also like to adjust the speed at which the sliders run. I'm a novice so very simple descriptions and instructions are the most helpful. Thank you!
Hello, 1. To solve the 2 Home Pages Issue. Follow the steps below. Step 1: Make sure you dont add a new page named "Home". The Themes comes with its own Home Page and therefore there is no need to Add a "Home" Page. If you have already added the new page named "Home", you need to delete that. Step 2: Make sure you have your reading settings appear as shown below. This will solve your issue. 2. For the background issue paste the code given below in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: body { background-size: 100%; } This will solve your issue. 3. Go to the custom.js file present in your theme directory and change the value of play as shown in the image given below. This will solve your issue.