Page 1 of 1

Translate Comments

Posted: 13 Sep 2016, 04:48
by Thomas
Hi Karl,

In our last email exchange, you informed me that it was possible to translate "Comments" with the CSS.
Can you explain how?

Thanks in advance.

Re: Translate Comments

Posted: 13 Sep 2016, 06:42
by mjau-mjau
Try this in settings -> custom -> custom CSS:
Code
#comments h2 {
  font-size: 0;
  margin: 24px 0;
}
#comments h2:after {
  content:'Add your title here';
  font-size:24px;
}

Re: Translate Comments

Posted: 13 Sep 2016, 07:33
by Thomas
Thanks Karl !