Jump to content

How to Remove Sign Up Button (Replace it with something else)

Go to solution Solved by sorca_marian,

Recommended Posts

  • Replies 7
  • Views 493
  • Created
  • Last Reply

Top Posters In This Topic

  • Solution

Try this CSS code

@media (max-width: 767px) {
    .newsletter-form-body {
        display : flex;   
        justify-content : center;
    }
    
    .newsletter-form-button-label {
        display : none;
    }

    .newsletter-form-button-wrapper .newsletter-form-button-icon:before {
        content : "\2192";
        font-size : 30px;
    }

    .newsletter-form-button-wrapper .newsletter-form-button {
        padding : 20px 7px 21px!important
    }
}

 

Screenshot 2024-09-11 at 20.48.52.png

 👨‍🔧👨‍💻 Squarespace plugins

🙋‍♂️ Squarespace Custom Web Development & Design

📅 Notion alternative

📹 Squarespace Tutorials for free - YouTube📹 

💯🚀 I have worked on over 200 Squarespace sites with custom code for over 9 years

🙋‍♂️ Let's connect on LinkedIn

 

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.