lamdra Posted March 3, 2020 Share Posted March 3, 2020 Site URL: https://sepia-butterfly-e3x7.squarespace.com/work/einsteins I'm using the large paragraph style for titles in desktop but it's not translating in mobile. Note "Einstein Bros. Bagels" title looks a bit lackluster in mobile view. I'm not a coder so just using CSS to adjust p style is only affecting the paragraph beneath but not the title above. thanks for the help! https://sepia-butterfly-e3x7.squarespace.com/work/einsteins Link to comment
tuanphan Posted March 3, 2020 Share Posted March 3, 2020 What is site access password? 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
lamdra Posted March 3, 2020 Author Share Posted March 3, 2020 3 hours ago, tuanphan said: What is site access password? right. it's 1234 Link to comment
tuanphan Posted March 4, 2020 Share Posted March 4, 2020 20 hours ago, lamdra said: right. it's 1234 Which mobile did you use? 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
lamdra Posted March 4, 2020 Author Share Posted March 4, 2020 2 hours ago, tuanphan said: Which mobile did you use? I'm not sure I understand your question but I'm just using the mobile preview through squarespace admin. However, if I pull it up on my iphone it looks the same. The goal is to get the title, in this case "Einstein Bros. Bagels", larger in mobile similar to the ratios in desktop. Link to comment
lamdra Posted March 9, 2020 Author Share Posted March 9, 2020 Hi just wondering if you've got any insight on how to fix that title in mobile? Thanks for any help! Link to comment
tuanphan Posted March 10, 2020 Share Posted March 10, 2020 16 hours ago, lamdra said: Hi just wondering if you've got any insight on how to fix that title in mobile? Thanks for any help! Try adding to Home > Design > Custom CSS p.sqsrte-large { color: #ebe7db !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
lamdra Posted March 16, 2020 Author Share Posted March 16, 2020 Thanks for that. I plugged in the code but didn't really see a change to the site with that code. See new screen grab. Hoping to increase the size of the Einstein Bros. Bagels title. Anything else we can do? Link to comment
tuanphan Posted March 16, 2020 Share Posted March 16, 2020 3 hours ago, lamdra said: Thanks for that. I plugged in the code but didn't really see a change to the site with that code. See new screen grab. Hoping to increase the size of the Einstein Bros. Bagels title. Anything else we can do? if you want to increase size, use this code @media screen and (max-width:767px) { p.sqsrte-large { font-size: 30px !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
lamdra Posted March 17, 2020 Author Share Posted March 17, 2020 That worked great. Thanks! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.