lamdra Posted March 3, 2020 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
tuanphan Posted March 3, 2020 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
lamdra Posted March 3, 2020 Author Posted March 3, 2020 3 hours ago, tuanphan said: What is site access password? right. it's 1234
tuanphan Posted March 4, 2020 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
lamdra Posted March 4, 2020 Author 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.
lamdra Posted March 9, 2020 Author 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!
tuanphan Posted March 10, 2020 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
lamdra Posted March 16, 2020 Author 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?
tuanphan Posted March 16, 2020 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.