Jump to content

Course Complete & Continue button language

Recommended Posts

  • Replies 5
  • Views 238
  • Created
  • Last Reply

Top Posters In This Topic

@tuanphan https://www.copingpower-tiered.org/spanish-speaking-parent-kickoff-course/lesson-1-title-6wdzr-wkm3z

Here is one example page where the "complete and continue" button does not seem editable. Additionally, within the drop down buttons in the form there is english text "Select and Option" that does not seem to be editable to be spanish. Ideally, all text on the page would be able to be spanish, not english.

Screenshot 2024-08-29 at 11.10.18 AM.png

Screenshot 2024-08-29 at 11.10.11 AM.png

Link to comment

You try this to Website Tools > Custom CSS

span.course-item__next-lesson-text.course-item__next-lesson-text--incomplete {
    visibility: hidden;
    position: relative;
}
span.course-item__next-lesson-text.course-item__next-lesson-text--incomplete:before {
    visibility: visible;
    content: "new complete text";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

 

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

You can add this to Individual Page Header Injection

<style>
  span.course-item__next-lesson-text.course-item__next-lesson-text--incomplete {
    visibility: hidden;
    position: relative;
}
span.course-item__next-lesson-text.course-item__next-lesson-text--incomplete:before {
    visibility: visible;
    content: "new complete text";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
</style>

 

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.