최근 검색
최근 검색 없음

Chris
가입한 날짜: 2021년 4월 15일
·
마지막 활동: 2022년 2월 01일
팔로잉
0
팔로워
0
총 활동 수
3
투표 수
0
플랜 수
2
활동 개요
배지
문서
게시물
커뮤니티 댓글
문서 댓글
활동 개요
님의 최근 활동 Chris
Chris님이 에 댓글을 입력함
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
댓글 보기 · 2018년 10월 26일에 게시됨 · Chris
0
팔로워
1
투표
0
댓글