Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #95137
    wouwonline
    Participant

    Hi, I dont want to show the blog post and primary sidebar on the homepage. How can I change that?
    http://eefkerambagsfotografie.nl/
    Thanks!

    #95202
    Mahesh
    Keymaster

    @wouwonline: For Homepage without sidebar, go to Dashboard=> Appearance=> Customize=> Theme Options=> Layout Options and select No Sidebar (Content-Width) in Default Layout option. If you want No Sidebar (Full Width), I recommend you to upgrade to Pro since the option is only available in Pro version.
    You can also use Custom CSS for removing the content with blog posts and sidebar. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .home #content {
        display: none;
    }

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘change layout homepage’ is closed to new replies.