Jump to content

Member Area Sign Up Dialog Change

Recommended Posts

  • 1 month later...

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
  • 1 year later...

Hi Two Things

  1. I am wanting replace the copy with our logo in the member sign on box.  Is there a way to do that?
  2. 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!

 

Screenshot 2024-07-19 at 1.57.20 PM.png

Edited by meazzodesignco
misspelling
Link to comment
Posted (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 */

Screenshot2024-07-19at6_36_14PM.thumb.png.1d982a2de05f646fe90a722edd26aff7.png

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 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

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.