최근 검색


최근 검색 없음

Isaac Starobin's Avatar

Isaac Starobin

가입한 날짜: 2022년 10월 30일

·

마지막 활동: 2022년 11월 01일

팔로잉

0

팔로워

0

총 활동 수

4

투표

1

가입 플랜

1

활동 개요

님의 최근 활동 Isaac Starobin

Isaac Starobin님이 에 댓글을 입력함

댓글Using themes and customizing your Help Center

Amy Gracer Amy Gracer

Thanks for taking a look! Unfortunately this looks like it's beyond my very limited CSS capabilities. If you have any ideas, I'm all ears!

댓글 보기 · 2022년 11월 01일에 게시됨 · Isaac Starobin

0

팔로워

0

투표 수

0

댓글


Isaac Starobin님이 에 댓글을 입력함

댓글Using themes and customizing your Help Center

I'm trying to customize the numbers in ordered lists so they have pretty circled backgrounds. I started with this CSS:

.article-body ol {list-style: none; counter-reset: li}
li::before {content: counter(li); color: red;
  display: inline-block; width: 1em;
  margin-left: -1em}
li {counter-increment: li}

It did indeed format the numbers, but it also added numbers to some very strange places around the article page, like the social icons on the bottom.

Any ideas how to modify the CSS so that it applies ONLY to ordered lists within the article body?

Thanks!

댓글 보기 · 2022년 10월 30일에 게시됨 · Isaac Starobin

0

팔로워

0

투표 수

0

댓글