Pesquisas recentes


Sem pesquisas recentes

Chris's Avatar

Chris

Entrou em 15 de abr. de 2021

·

Última atividade em 01 de fev. de 2022

Seguindo

0

Seguidores

0

Atividade total

3

Votos

0

Assinaturas

2

VISÃO GERAL DA ATIVIDADE

Atividade mais recente por Chris

Chris comentou,

Comentário na comunidade Q&A - Help center and community

Justin,

In order to change the styles for each option you'll need to target the `.nesty-panel li` element:


    .nesty-panel li {
      font-size: 20px;
      padding: 25px 20px !important;
    }

 

If you want to play with the styles on anything in the panel, you'll need to set a breakpoint on when a subtree modification occurs on the `.nesty-panel` element. Then when it pauses, you can look around in the code for `.nesty-panel` in order to get the exact styling you want.

1) Set breakpoint on `.nesty-panel`


2) Open dropdown and it will pause the code

3) Then you can dig around the structure and test any styling you want



Exibir comentário · Publicado 26 de out. de 2018 · Chris

0

Seguidores

1

Votos

0

Comentários