• Resolved kendallnichole

    (@kendallnichole)


    Hello! I want to remove my sidebar from my homepage, but keep it on all other pages. Do you know how I can do this? I only see a way to remove it or add it to all pages.

    Thanks!

    Kendall

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi Kendall,

    Thank you for getting in touch with us.

    We don’t have any option to remove sidebar on static front page (there’s an option to hide it on home page with latest posts in Kale Pro), however there’s a workaround. You can add this css to Appearance → Customize → Additional CSS:

    .home .sidebar {
        display: none;
    }
    
    .home .main-column {
        width: 100%;
    }

    Hope that helps.

    Best regards

Viewing 1 replies (of 1 total)
  • The topic ‘How to add sidebar to only certain pages?’ is closed to new replies.