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.
X3 Photo Gallery Support Forums
#comments h2 {
font-size: 0;
margin: 24px 0;
}
#comments h2:after {
content:'Add your title here';
font-size:24px;
}