Hi,
I’ve modified the Default theme to have these “boxed” posts.
But I cannot find the proper selector to get rid of these lines.
Anyone cares to guide me here?
Hi,
I’ve modified the Default theme to have these “boxed” posts.
But I cannot find the proper selector to get rid of these lines.
Anyone cares to guide me here?
Hello
.topic-avatar {
border-top: none;
}
I think that border is for the topic timer and topic status info.
.topic-status-info,
.topic-timer-info {
border-top: none;
}
Thank you @Don! Combined, this is what gets rid of these lines:
.topic-status-info,
.topic-timer-info,
.topic-avatar {
border-top: none;
}
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.