Remove Second Home Page Tab, Adjust Background Image

Discussion in 'Cloriato WordPress Theme' started by theskinstudio, Aug 5, 2013.

  1. theskinstudio

    theskinstudio New Member

    Joined:
    Jul 11, 2013
    Messages:
    2
    Likes Received:
    0
    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!
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    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.

    [​IMG]

    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.

    [​IMG]

    This will solve your issue.
     

Share This Page