Skip to content
Discussion options

You must be logged in to vote

You can use a custom CSS file to set a:focus. Ref: https://theme-next.js.org/docs/advanced-settings/custom-files#Hide-Keep-on-posting-in-Archive-Page
It's similar to Hide "Keep on posting" in Archive Page in the docs, for example

a:focus {
  color: red;
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by stevenjoezhang
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