By Stefan on Thursday, 13 June 2019
Posted in General Issues
Likes 0
Views 881
Votes 0
Hi there,

I have edited the comments template to have a smaller text-size (13px) in my comments.

When I add a quote in a comment, the text-size after the quote is 15px (standard article txt-size):
https://stefan-schoch.de/community/integrales-online-cafe/austausch-online-community.html#comment-97,85
(Log in with demo/demo to see the comment)

How can I change this?

Thx,
Stefan
That's it. Thx!! ?
·
Thursday, 13 June 2019 20:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Can you try to apply css code below on your template css and see how it goes.

[gist type="css"]
#kt blockquote {
font-size: 13px !important;
}
[/gist]
·
Thursday, 13 June 2019 19:02
·
0 Likes
·
0 Votes
·
0 Comments
·
this is not exactly what I wanted....

Now the text WITHIN the quote is smaller, but AFTER the quote it's still 15px
·
Thursday, 13 June 2019 19:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Sorry for the confusion caused. Can you try to use css codes below and see how it goes.

[gist type="php"]
#kt div {
font-size: 13px !important;
}
[/gist]
·
Thursday, 13 June 2019 19:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Thursday, 13 June 2019 20:49
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post