Archived topic
Reply title style
6 replies · Started by Tobias Hjorth on January 27, 2015
Hi everybody
I'm trying to style the reply title with similar values to my widget styling:
.widget-title {
padding: 10px;
margin: -15px -15px 20px;
color: #FFF;
background: #555;
}
I tried to replace widget-title with reply-title but it doesn't work so I figured I'm missing something.
Can you guys help?
Try:
.comment-author-info
By "reply title", do you mean the title to the comments area?
If so, this should work: .comments-title
Hi Jean
Thank you so much for your suggestion. It was not that function I was looking to style but I think looked cool too :)
Hi Tom
Yes that was the one I was looking - partially. Because it only applies when someone has made a comment. I'm also looking for the one for "Leave a reply" (Eg. http://www.tobiashjorth.com/free-captureone-webinar-with-michael-woloszynowicz-this-wednesday/)
Try this:
.comment-reply-title
You're the best Tom, that was what I was looking for :)
Glad I could help :)