Pesquisas recentes


Sem pesquisas recentes

Isaac Starobin's Avatar

Isaac Starobin

Entrou em 30 de out. de 2022

·

Última atividade em 01 de nov. de 2022

Seguindo

0

Seguidores

0

Atividade total

4

Votos

1

Assinatura

1

VISÃO GERAL DA ATIVIDADE

Atividade mais recente por Isaac Starobin

Isaac Starobin comentou,

ComentárioUsing 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!

Exibir comentário · Publicado 01 de nov. de 2022 · Isaac Starobin

0

Seguidores

0

Votos

0

Comentários


Isaac Starobin comentou,

ComentárioUsing 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!

Exibir comentário · Publicado 30 de out. de 2022 · Isaac Starobin

0

Seguidores

0

Votos

0

Comentários