-
Checklist
How did you create the site?Generated from Description
Operations you have already triedI keep looking through the codes but haven't found anything. Anything else?No response |
Beta Was this translation helpful? Give feedback.
Answered by
kungfux
Jul 27, 2024
Replies: 1 comment 1 reply
-
Override the style in body[sidebar-display] {
.fa-bars:before,
.fa-navicon:before {
content: '\58' !important;
}
} Here you can find other icons if you prefer to change to something else. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Override the style in
assets/css/jekyll-theme-chirpy.scss
as following:Here you can find other icons if you prefer to change to something else.