• Resolved Yosh1

    (@yosh1)


    Hi there

    Im in the process of designing a new WP site using CC. What I aim to do is have a “start” page that consists of only the normal menu, then the slideshow and then adjacent to the slideshow straight the footer with 3 html widget boxes.

    I am not able to remove the part between slideshow and footer. The theme seems to force me to have either posts or a static page. Even if I design a static page that is completely empty the page still shows all the “side effects” of the page, meaning “edit post” etc.

    Any ideas? Sorry cant post a like as its still offline.
    This themes example page however, just from the layout, looks a lot like what I want to create: http://wordpress.org/themes/customizr

Viewing 3 replies - 1 through 3 (of 3 total)
  • hi Yosh1, you can achieve this by just adding this CSS to the CSS overwrite section.

    go to THEME SETTINGS -> CSS tab and add this snippet:

    body.home #container {
    display: none;
    }

    should do exactly what you need 🙂
    let me know, konrad

    Thread Starter Yosh1

    (@yosh1)

    Wow, thank you so much. Works like a charm.

    Sometimes things are so easy but if you dont have the background it seems like an unsurmountable obstacle.

    Hi Yosh1, great! and please set topic to resolved then as help for others who search for the same issue later 😉 cheers, konrad

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Create Empty Home Site’ is closed to new replies.