[Resolved] Reply title style

Home Forums Support [Resolved] Reply title style

Home Forums Support Reply title style

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #69183
    Tobias Hjorth

    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?

    #69220
    Jean Paiva
    Developer

    Try:
    .comment-author-info

    #69258
    Tom
    Lead Developer
    Lead Developer

    By “reply title”, do you mean the title to the comments area?

    If so, this should work: .comments-title

    #69265
    Tobias Hjorth

    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/)

    #69337
    Tom
    Lead Developer
    Lead Developer

    Try this:

    .comment-reply-title

    #69403
    Tobias Hjorth

    You’re the best Tom, that was what I was looking for πŸ™‚

    #69408
    Tom
    Lead Developer
    Lead Developer

    Glad I could help πŸ™‚

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.