WordPress enfold theme 의 Related posts styling 설정 내용입니다.
General Styling > Quick CSS
AD
.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



















