Jump to content

get rid of the white box border that comes up on newsletter address

Recommended Posts

Site URL: https://palestinefund.squarespace.com/

password: Palestine

 

Hi I want to remove the white box that popups up when you click to add in your email, as well as when you type the text be white not black  --- see attached photo

 

this is the current code I have now

footer.sections input {
    border-color: white !important;
  background: transparent !important;
  border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}
footer.sections input::placeholder {
    color: white !important;
}
footer.sections button.newsletter-form-button.sqs-system-button.sqs-editable-button-layout {
    color: black !important;
    border-color: black !important;
}

1509304820_ScreenShot2022-06-24at4_06_50PM.thumb.png.d307615f55d4c0cea7218487bc3eea98.png

Link to comment
  • Replies 2
  • Views 518
  • Created
  • Last Reply

Top Posters In This Topic

Add the following to Design > Custom CSS.

// uses LESS syntax

.bright #block-cef7b4c126d4be7e3ed7 {

  :focus {
  
    outline-color : transparent;
    
    }
    
  input {
  
    color : white;
    
    }
    
  }

This is for v7.1 and specific to the posters need.

Let us know how it goes.

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
On 6/24/2022 at 8:51 PM, creedon said:

Add the following to Design > Custom CSS.

// uses LESS syntax

.bright #block-cef7b4c126d4be7e3ed7 {

  :focus {
  
    outline-color : transparent;
    
    }
    
  input {
  
    color : white;
    
    }
    
  }

This is for v7.1 and specific to the posters need.

Let us know how it goes.

thanks it worked!

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.