Is there a way to only have the slide panel option activated on the homepage or only on the homepage and other specific pages?
I am trying to do it in reverse by using
.page-id-x .side-panel-toggle {
display:none;
}
and applying it to every page other than the homepage, but on Iphone this is causing a flash screen of the side panel as you open each and every page, as you navigate through the site.
Many thanks for your help