Ricerche recenti


Nessuna ricerca recente

Chris's Avatar

Chris

Data ingresso 15 apr 2021

·

Ultima attività 01 feb 2022

Seguiti

0

Follower

0

Attività totali

3

Voti

0

Abbonamenti

2

PANORAMICA ATTIVITÀ

Ultima attività di Chris

Chris ha commentato,

Commento nella community 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



Visualizza commento · Data ultimo post: 26 ott 2018 · Chris

0

Follower

1

Voto

0

Commenti