Jump to content

Need to relabel "Free" membership tier

Go to solution Solved by Lesum,

Recommended Posts

Site URL: https://www.coorlasarch.com/clientportal

I am using the member sites pages as a portal for clients to log-in and gain access to their project documents (restricted Google docs). I don't want this paywall page to list the login as "Free". Can I customize this pricing plan to either be eliminate the "free" word, or rename it "Access"

Paywall:
https://www.coorlasarch.com/clientportal

 

image.thumb.png.a96ebee8a1937d6224902377935a00c2.png

Link to comment
  • Replies 7
  • Views 503
  • Created
  • Last Reply

Top Posters In This Topic

  • Solution

@CoorlasArchitecture Hi! You can add this code under Website > Pages > Website Tools > Custom CSS to completely hide the word "free."

[data-test="paywall-page-root"] .pricing-plan-price-amount.non-paywalled {
   display: none;
}

Or you can use this code to rename it to "Access."

[data-test="paywall-page-root"] .pricing-plan-price-amount.non-paywalled {
   font-size: 0;
}

[data-test="paywall-page-root"] .pricing-plan-price-amount.non-paywalled:before {
   content: "Access";
   font-size: 2rem;
   margin-top: 11px;
   line-height: 90%;
}

 

If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. 

Sam
Web Developer & Digital Designer

 Did you find my contribution helpful? Buy me a coffee?

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.