Hello,
Is there a way of showing the top bar content (customising - header - topbar) only on the home page?
Thanks,
Jack
Hello,
Is there a way of showing the top bar content (customising - header - topbar) only on the home page?
Thanks,
Jack
Hi @jackc,
Thanks for writing in.
You could use this code below to show only the topbar in your homepage.
body:not(.home) .x-topbar { display: none; }
Let us know how it goes.
Thanks.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.