Hello,
Is the Top Bar set to display only on Pages and not on Posts?
I’m working with the Catalyst site and can’t get it on blog posts and it also shows the same way in the demo.
There was this CSS snippet that limits it only at the homepage but I removed it and still getting the top bar only on pages and not on posts.
/* top bar only on home page */
body:not(.home) .top-bar {
display: none;
}
Is there something else to add?
I have another site that uses the top bar with the Artisan demo that doesn’t have this issue.
Thanks.