WilliamAntonenko Posted May 9 Share Posted May 9 I'd like to customise my Form Block (Contact Page) on my site in the Lightbox mode where it is a separate window form to my site, however am stuck with the coding. If anyone can assist with changing the font, font size & colour, with no borders, a black line only along the form field, I can provide all font, HEX details and site login. Thanks so much! Link to comment
tuanphan Posted May 11 Share Posted May 11 Hi, Can you share link to contact page? We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
WilliamAntonenko Posted May 25 Author Share Posted May 25 Thank you! https://flatworm-bobcat-bmb2.squarespace.com/contact password: Abel Link to comment
tuanphan Posted May 28 Share Posted May 28 On 5/25/2023 at 11:48 AM, WilliamAntonenko said: Thank you! https://flatworm-bobcat-bmb2.squarespace.com/contact password: Abel Password is incorrect. Can you check it again? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
WilliamAntonenko Posted May 29 Author Share Posted May 29 17 hours ago, tuanphan said: Password is incorrect. Can you check it again? no capitals - abel Link to comment
tuanphan Posted June 1 Share Posted June 1 On 5/25/2023 at 11:48 AM, WilliamAntonenko said: Thank you! https://flatworm-bobcat-bmb2.squarespace.com/contact password: Abel Add to Design > Custom CSS div.lightbox-inner input:not([type="submit"]), div.lightbox-inner textarea { border: none !important; background-color: white !important; border-bottom: 1px solid black !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
WilliamAntonenko Posted June 13 Author Share Posted June 13 This is perfect! Just a few notes, - Is there a way to remove 'Form' from 'CONTACT Form' - Can the text be made slightly smaller overall? A point down for all overall? - Is there a way to make the background colour of the form the colour from my site? That colour being HEX #F3F2EC Thanks so much Link to comment
tuanphan Posted June 14 Share Posted June 14 On 6/13/2023 at 1:26 PM, WilliamAntonenko said: This is perfect! Just a few notes, - Is there a way to remove 'Form' from 'CONTACT Form' - Can the text be made slightly smaller overall? A point down for all overall? - Is there a way to make the background colour of the form the colour from my site? That colour being HEX #F3F2EC Thanks so much #1. Just edit form > Change Form Name #2. Use this CSS div.lightbox-content form * { font-size: 12px !important; } #3. Use this CSS div.lightbox-content { background-color: #F3F2EC !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
WilliamAntonenko Posted June 24 Author Share Posted June 24 Am I able to change the title of the Lightbox form 'CONTACT' to a smaller size? Thanks so much for all your help! Link to comment
tuanphan Posted June 24 Share Posted June 24 3 hours ago, WilliamAntonenko said: Am I able to change the title of the Lightbox form 'CONTACT' to a smaller size? Thanks so much for all your help! Add to Design > Custom CSS /* Lightbox form title */ .sqs-modal-lightbox-content .lightbox-inner .lightbox-content .form-wrapper .form-title { font-size: 10px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
WilliamAntonenko Posted July 18 Author Share Posted July 18 Ah its perfect! Is there a way to match the Post-Submit font to the rest of the site? Thanks so much for all your help Link to comment
tuanphan Posted July 20 Share Posted July 20 Use this code div.lightbox-content form * { font-size: 10px !important; font-family: 'Suisse' !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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