• Resolved leiti373

    (@leiti373)


    Hi there,

    how can I remove the sidebar from the home and search page? I don’t need it there ??

    Thanks a lot,
    Markus

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hi Markus,

    Thanks for using Apex! You can add the following CSS to your site to remove the sidebar from those pages:

    .home .sidebar-primary,
    .search-results .sidebar-primary{
    	display: none;
    }
    .home .main,
    .search-results .main {
    	float: none;
    }

    Please copy and paste that code into the Additional CSS section in the Live Customizer (Appearance > Customize), and it will take effect right away.

    Thread Starter leiti373

    (@leiti373)

    Hi Ben,

    awesome – thanks a lot for your quick help! Works as needed ??

    Cheers,
    Markus

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome! Stay in touch if you need anything else, and I’ll be happy to help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide sidebar on home and search page’ is closed to new replies.