reorganizing comments
The topic ‘reorganizing comments’ is closed to new replies.
Need help? Check out our Support site, then
Hey Onur
1. Change replies title:
5. Change comment replies title:
The following will hide the replies text and just show the bubbles.
h3#comments,
h3#reply-title {
visibility: hidden;
font-size:5px;
line-height:1;
}
h3#comments:before,
h3#reply-title:before {
visibility: visible;
}
2. Reduce space between comments:
.commentlist article {
margin-bottom: 0 !important;
}
3. Reply button colours:
ol.commentlist li.comment .reply a,
ol.commentlist li.trackback .reply a,
ol.commentlist li.pingback .reply a {
border-color: #fff;
background: #fff;
}
4. Space before ‘add your comment box’.
The previous fix for reducing the gap between articles helps. You can reduce it further with:
#respond {
padding-top: 0;
}
BTW On the homepage and article pages you have post ratings. Here’s some css to improve how they are displayed :)
div.pd-rating {
margin-bottom: 0 !important;
}
.rating-msg {
font-size: 13px;
}
.rating-msg + p,
.rating-msg + p::before {
height: 0 !important;
display: block;
}
Cheers – Ben
Hi Ben,
All worked wonderful. Many thanks for all, also for the one about raiting..
Cheers
Onur U.
The topic ‘reorganizing comments’ is closed to new replies.