Naomi-lifelab Posted April 7, 2022 Posted April 7, 2022 Site URL: https://lifelab.world/workshop-location-buchen Hello Squarespace experts! I am once again in need of assistance with some code as I am trying to increase the size of the form button. The section is on the lower part of the page. These are my codes, but I can't seem to make them work: #block-7e4a384bb11453f45f5e { button.lightbox-handle .sqs-system-button .sqs-editable-button .sqs-button-element--primary { width: 50%; font-size: 20px; } } I also tried this #block-7e4a384bb11453f45f5e { body:not(.button-style-default).button-corner-style-pill .sqs-editable-button { width: 50%; font-size: 20px; } } Both doesn't seem to work. 😞 Thank you kindly in advance! 🙂
Solution Naomi-lifelab Posted April 8, 2022 Author Solution Posted April 8, 2022 I just figured out the code: #url-name { .form-block .lightbox-handle { width: 30%; font-size: 20px; } } This is mine: #inquiry-section { .form-block .lightbox-handle { width: 30%; font-size: 20px; } } I hope this helps others
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment