Skip to content

How do I hide navbar-brand on main page #908

Answered by crftwrk
cahoskins asked this question in Q&A
Discussion options

You must be logged in to vote

Why so complicated? Simply add this into the page content. Go in Backend to your page edit screen, add direct after the title a Custom HTML Block and paste code to hide logo on this page there:

<style>
.navbar-brand {
  display: none;
}
</style>

Now, the logo is hidden only on this page. Solved?

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by cahoskins
Comment options

You must be logged in to vote
1 reply
@crftwrk
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants