mportch Posted April 28, 2020 Share Posted April 28, 2020 Site URL: https://smilodon-ocelot-my5f.squarespace.com/contact Hi, How do I make these words larger on desktop view? Also, is there also a way of changing them to say "FIRST" and "LAST" and remove the word "NAME"? passcode: trythis Link to comment
tuanphan Posted April 28, 2020 Share Posted April 28, 2020 Add to Home > Design > Custom CSS legend.title { display: none !important; } .field.first-name .caption-text { visibility: hidden; } .field.first-name .caption-text:before { visibility: visible; content: "FIRST"; } .field.last-name .caption-text { visibility: hidden; } .field.last-name .caption-text:before { visibility: visible; content: "LAST"; } 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
Archived
This topic is now archived and is closed to further replies.