CoorlasArchitecture Posted September 10 Share Posted September 10 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 Link to comment
CoorlasArchitecture Posted September 11 Author Share Posted September 11 Does anyone have insight into this? Thanks in advance. Link to comment
CoorlasArchitecture Posted September 12 Author Share Posted September 12 Hoping someone can chime in on this? Link to comment
CoorlasArchitecture Posted September 13 Author Share Posted September 13 Cycling this back to the top. Does anyone know if this is possible? Link to comment
CoorlasArchitecture Posted September 14 Author Share Posted September 14 Is this a lost cause? Link to comment
Solution Lesum Posted September 14 Solution Share Posted September 14 @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
CoorlasArchitecture Posted September 14 Author Share Posted September 14 Amazing!! Thank you for your attention to this. I thought it was a lost pursuit. It worked perfectly. And thank you for the "Access" suggestion. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment