최근 검색
최근 검색 없음

Heather Firth
가입한 날짜: 2021년 4월 15일
·
마지막 활동: 2021년 10월 27일
팔로잉
0
팔로워
0
총 활동 수
3
투표 수
0
가입 플랜
1
활동 개요
배지
문서
게시물
커뮤니티 댓글
문서 댓글
활동 개요
님의 최근 활동 Heather Firth
Heather Firth님이 에 댓글을 입력함
OK. So I figured this out.
On your category_page.hbs template you need to find this bit of code:
{{#each sections}}
{{name}}
{{#if internal}}
{{/if}}
and directly underneath it paste this bit of code:
{{#if sections}}
{{name}}
{{#if internal}}
{{/if}}
{{#each sections}}
{{/each}}
{{/if}}
I then played around with the style.css and added this:
.article-list {
margin-left: 30px !important;
}
.section-list-item {
border-bottom: 1px solid #ddd;
font-size: 16px;
padding: 15px 0;
}
.section-list-item a {
color: $text_color;
}
.section-list-item:before {
content: '\002B';
margin:0 5px 0 -15px;
color: #d40054;
}
.section-list {
list-style-type: none;
padding-left: 18px;
text-align: left;
}
You can use this site to find the character that you want to appear in front of your sections and articles:https://www.compart.com/en/unicode/category/So
댓글 보기 · 2019년 7월 10일에 게시됨 · Heather Firth
0
팔로워
0
투표 수
0
댓글