- Thumbnail + Title 세로 모드 적용하기
- 동일한 Category 글 목록 보이기
- Custom Related Posts Rollover Effect
- General Styling > Quick CSS
.related-format-icon:hover { opacity: 0 !important; }
- Add MANUAL excerpt to the “related posts”
- Quick CSS 예제
#top .av-related-style-full .related_column { clear: none; width: 33%; } #top .av-related-style-full .av-related-title, #top .av-related-style-full .related_image_wrap, .related_posts.av-related-style-full a { display: block; } #top .av-related-style-full .related_image_wrap { width: 100%; } #top .av-related-style-full .related_image_wrap,#top .av-related-style-full .related_image_wrap img { border-radius: 0 !important; } .related-format-icon:hover { opacity: 0 !important; }
AD