Skip to content

On mobile each heading shows a '#' sign. #1879

Closed Answered by kungfux
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

The easiest option is to override the style in assets/css/jekyll-theme-chirpy.scss as follows:

.fa-hashtag:before {
  content: none !important;
}

Replies: 1 comment 3 replies

Comment options

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

@kungfux
Comment options

Answer selected
@ghost
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
1 participant