Hallo. Ich habe soeben bemerkt, dass die Schrift in den Kommentaren am Blog sehr schlecht lesbar ist. Wie kann ich die Schrift dort etwas größer bzw. besser lesbar machen? Siehe Screenshot im Anhang.
Vielen Dank und herzliche Grüße, Alexander
Hey diefleischerei,
Thank for the question.
You can try this css code to adjust the style of the comments including the font size.
#top .comment_text {
clear: both;
font-size: 1.3em;
padding: 0 0 15px 0;
border: none;
}
Please make sure toggle or temporarily disable the Enfold > Performance > File Compression settings after adding this modification.
Best regards,
Ismael