mportch Posted November 8, 2023 Share Posted November 8, 2023 Hi, It looks like Squarespace's constant reformatting or upgrades/updates has caused my 'SEND' button on my contacts page to shrink! Does anyone know how to make this larger? https://www.mattportch.com/contact (It seems I have to keep checking my site periodically because if ever Squarespace do an update/upgrade then it seems to mess with the current code and certain things get altered) Link to comment
SaranyaDesigns Posted November 8, 2023 Share Posted November 8, 2023 @mportch this should target exactly that SEND button so you can customize the font size and padding to be whatever you like: #yui_3_17_2_1_1699461553367_203 { font-size: 16px; padding: 10px 25px; } Play around with those numbers until you find the size/shape you need! Link to comment
mportch Posted November 8, 2023 Author Share Posted November 8, 2023 Oh, I tried putting that in Custom CSS and the Advanced code but neither worked. Link to comment
SaranyaDesigns Posted November 9, 2023 Share Posted November 9, 2023 14 hours ago, mportch said: Oh, I tried putting that in Custom CSS and the Advanced code but neither worked. Whoops, try a different selector - this should go in Custom CSS: .button.FecjBqAV0ViY3ijU58R1 { font-size: 16px; padding: 10px 25px; } If it still has no effect, you may need to include !important, like this: .button.FecjBqAV0ViY3ijU58R1 { font-size: 16px !important; padding: 10px 25px !important; } Link to comment
mportch Posted November 10, 2023 Author Share Posted November 10, 2023 Thanks so much - the latter worked! SaranyaDesigns 1 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