Skip to content

Can Announcement Bars Be Page Specific? #10952

Discussion options

You must be logged in to vote

I tried @mcanouil's solution, but realized it was much easier to add this chunk at the bottom of pages I wanted to hide the announcement alert. This worked really well:

```{ojs}
html`<style>

  #quarto-announcement {
    display: none !important;
  }
  </style>
```

Replies: 2 comments 4 replies

Comment options

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

Comment options

You must be logged in to vote
3 replies
@mcanouil
Comment options

mcanouil Oct 2, 2024
Collaborator

@cscheid
Comment options

@mrworthington
Comment options

Answer selected by mrworthington
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
websites Issues creating websites
3 participants