creedon Posted December 6, 2022 Share Posted December 6, 2022 (edited) I've created some code for altering member sign-up dialogs. Please see the following. Edited April 20, 2023 by creedon tuanphan 1 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
BenGall Posted January 9, 2023 Share Posted January 9, 2023 Hi, I've been searching for an answer for this but can't seem to find anything. I want to customise the standard font inside the Member sign-up block to one that suits the rest of the site I've been making. If someone could give me a hand that would be great. I've tried using the same css for a newsletter sign-up with different tags but nothing is working. Thanks! Link to comment
meazzodesignco Posted July 19 Share Posted July 19 (edited) Hi Two Things I am wanting replace the copy with our logo in the member sign on box. Is there a way to do that? Wondering if there is a way to add a show password feature when the user types within the password field. I have attached the module I am trying to customize. Thanks! Edited July 19 by meazzodesignco misspelling Link to comment
creedon Posted July 20 Author Share Posted July 20 (edited) 4 hours ago, meazzodesignco said: I am wanting replace the copy with our logo in the member sign on box. Is there a way to do that? Add the following CSS into my code where indicated. /* begin replace title with logo */ .twc-malidc-sign-in h1 { --height : 30px; height : var( --height ); visibility : hidden; } .twc-malidc-sign-in h1::before { background-image : url( '//images.squarespace-cdn.com/content/v1/62e470f75a92641fd7ce96d2/25c3924f-7dba-440b-b652-6f7413f63ca4/__CLM-Logotype-Color.png' ); background-position-x : center; background-repeat : no-repeat; background-size : contain; content : ''; display : block; height : var( --height ); visibility : visible; } /* end replace title with logo */ Let us know how it goes. Quote Wondering if there is a way to add a show password feature when the user types within the password field. I think it would be possible but I know of know code that currently does this. Edited July 20 by creedon Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. 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