Archive count
#246
-
can I change Archive ul tag to ol for counting? |
Beta Was this translation helpful? Give feedback.
Answered by
razonyang
Oct 28, 2021
Replies: 1 comment 1 reply
-
It can be solved by appending the following style to the assets/css/custom.css. .archive-posts {
list-style: decimal;
padding-left: 1.25rem;
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
razonyang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It can be solved by appending the following style to the assets/css/custom.css.