SolveigTraeet Posted January 4, 2021 Share Posted January 4, 2021 (edited) Site URL: https://caper-badger-3s6d.squarespace.com/news Hi! I wish to place my title ''let's keep in touch'' (an image, since it is custommade) inside the newsletter form border. Is this possible? Password: home Edited January 5, 2021 by SolveigTraeet Link to comment
tuanphan Posted January 6, 2021 Share Posted January 6, 2021 Add to Design > Custom CSS div#block-yui_3_17_2_1_1609629544627_5845 .newsletter-form-header-description:before { content: "let's keep in touch"; font-family: 'adobe-garamond-pro'; font-size: 20px; } SolveigTraeet 1 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
SolveigTraeet Posted January 6, 2021 Author Share Posted January 6, 2021 Hi @tuanphan, Thank you for your reply. But I need to move my image (Let's keep in touch) inside the newsletter form. Is it possible to move the image itself inside the form? The code only made a title in ''garamond'', I want to use my custommade ones (so I load them up as images). Can you help with this? Link to comment
tuanphan Posted January 7, 2021 Share Posted January 7, 2021 17 hours ago, SolveigTraeet said: Hi @tuanphan, Thank you for your reply. But I need to move my image (Let's keep in touch) inside the newsletter form. Is it possible to move the image itself inside the form? The code only made a title in ''garamond'', I want to use my custommade ones (so I load them up as images). Can you help with this? Remove above code & use this .newsletter-form-header-description:before { content: ""; display: block; background-image: url(https://images.squarespace-cdn.com/content/5feeff4078965c3d27c09d49/1609629818250-Q9A9USMFJ4HEHAV05LWJ/Newsletter?format=500w&content-type=image%2Fpng); background-size: contain; width: 100%; height: 50px; background-repeat: no-repeat; background-position: center center; } SolveigTraeet 1 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
SolveigTraeet Posted January 7, 2021 Author Share Posted January 7, 2021 @tuanphan Thank you so much for your help! This did the trick 😃 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