Jump to content

Customisations on Lightbox Form

Recommended Posts

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

Hi, 

I would like to customise a couple of things on my lightbox form to match the rest of the site. 

The things I need help changing:

  • Open Form Button: change the outline border to 1px
  • Change the background of the form to: #E7E6E5
  • Change all text colour to: #726B6A
  • Change the fonts used for the form: headline (Orpheus Pro); all form field text (Adobe Garamond Pro).
  • Change the form submit button to match the open form button. 

Thank you, 

Krysten

Link to comment
10 hours ago, krystenjade said:

Hi, 

It is on the Enquiry Page:

https://standardpoodlesaustralia.squarespace.com/enquire

Thank you

 

 

Add to Design > Custom CSS

button.lightbox-handle {
    border-width: 1px !important;
}

.sqs-modal-lightbox-content .lightbox-inner .lightbox-content {
    background-color: #e7e6e5;
}

.sqs-modal-lightbox-content .lightbox-inner .lightbox-content * {
    color: #726b6a !important;
}

.form-title {
    font-family: 'orpheus-pro';
}

.form-inner-wrapper * {
    font-family: 'adobe-garamond-pro' !important;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
On 11/16/2021 at 5:03 AM, krystenjade said:

Thank you. This worked perfectly.

The only extra thing I need to fix is the form submit button to match the Open Form button.

At the moment it has changed to a solid colour.

Use this CSS

.lightbox-content .form-wrapper input[type=submit] {
    color: #726b6a !important;
    background-color: transparent !important;
    border: 1px solid #726b6a !important;
    font-family: adobe-garamond-pro;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0em;
    text-transform: none;
    line-height: 1.6em;
}
.lightbox-content .form-wrapper input[type=submit]:hover {
    background-color: #726b6a !important;
    color: white !important;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 10 months later...
On 9/23/2022 at 1:29 AM, BethH said:

Hi @tuanphan I need a bit of extra help to make the ligthbox input text to black, not the white. Can you help? Thanks! 

Screen Shot 2022-09-22 at 12.23.16 PM.png

Try this CSS. If it doesn't work, please share link to page where you use lightbox form.

.lightbox-content input, .lightbox-content textarea {
	color: black !important;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
12 hours ago, BethH said:

https://www.bridgeflooringco.com/

 

Hello, Yes this code did not work. Here is the link! Thank you! 

Find & change this code

.sqs-modal-lightbox-content .lightbox-inner .lightbox-content * {
    color: #e6e4d1 !important;
}

to this

.sqs-modal-lightbox-content .lightbox-inner .lightbox-content *:not(input):not(textarea) {
    color: #e6e4d1 !important;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
On 9/29/2022 at 12:46 AM, BethH said:

Hi Tuanphan,  Thank you! That helped with the input text, but it changed the text also on my button. Can you help me make the button text white? 

Thank you! 

https://www.bridgeflooringco.com/

IMG_298CFE3AE373-1.jpeg

Add this CSS under

.sqs-modal-lightbox-content .lightbox-inner input.button {
    color: #e6e4d1 !important;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

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.