Recent searches


No recent searches

Chris's Avatar

Chris

Joined Apr 15, 2021

·

Last activity Feb 01, 2022

Following

0

Followers

0

Total activity

3

Votes

0

Subscriptions

2

ACTIVITY OVERVIEW

Latest activity by Chris

Chris commented,

Community comment 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



View comment · Posted Oct 26, 2018 · Chris

0

Followers

1

Vote

0

Comments