Jump to content

How to change button texts in comments section

Recommended Posts

  • 2 weeks later...
  • Replies 1
  • Views 766
  • Created
  • Last Reply
On 3/12/2021 at 3:02 PM, LIFEIST said:

Site URL: https://www.lifeist.cz

Hi, I need to change the texts (language) in the whole comment section (Comments, Newest first, Subscribe via e-mail, Preview, Post comment).  Does anyone know how?

Hi. Add to Design > Custom CSS

/* translate comment form */
/* coumment count */
h3.comment-count span {
    visibility: hidden;
}
h3.comment-count span:before {
    visibility: visible;
    content: "New comment";
}
/* newer first */
.comment-sort>span {
    visibility: hidden;
}
.comment-sort>span:after {
    visibility: visible;
    content: "newer new";
}
/* subscribe via email */
span.subscribe.subscribe-control {
    visibility: hidden;
}
span.subscribe.subscribe-control:after {
    visibility: visible;
    content: "Subscribe";
}
/* preview */
span.btn-text.preview-comment.top-level-preview-btn {
    visibility: hidden;
}
span.btn-text.preview-comment.top-level-preview-btn:after {
    visibility: visible;
    content: "New preview";
}
/* post comment */
span.comment-btn.sqs-system-button.sqs-editable-button-font.sqs-editable-button-shape {
    visibility: hidden;
}
span.comment-btn.sqs-system-button.sqs-editable-button-font.sqs-editable-button-shape:after {
    content: "Post comment new";
    visibility: visible;
    background: #253551;
    color: white;
    font-family: neue-haas-grotesk-display;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    line-height: 1.2em;
    letter-spacing: .05em;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    line-height: normal;
    padding: 1.3rem 2.171rem;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.