mportch Posted April 5, 2021 Share Posted April 5, 2021 Site URL: https://smilodon-ocelot-my5f.squarespace.com/sale/p/twilight-palms Hi, How do I change the size of this text in mobile view only? Link to comment
tuanphan Posted April 5, 2021 Share Posted April 5, 2021 You mean title + price? Find this code in Custom CSS @media screen and (max-width: 767px) { h1.ProductItem-details-title.preSlide.slideIn { font-size:14px !important } } Change it to @media screen and (max-width: 767px) { h1.ProductItem-details-title { font-size:20px !important; } .product-price * { font-size: 30px; } } 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!) Link to comment
mportch Posted April 5, 2021 Author Share Posted April 5, 2021 Thanks - do you know if there is a quick way to search - or is the only way to scroll through all of it by eye? Link to comment
mportch Posted April 6, 2021 Author Share Posted April 6, 2021 I found it. The weird thing is it's changing in the squarespace mobile browser - but when I check my own physical mobile phone it's not changing - even with history cleared. Link to comment
mportch Posted April 6, 2021 Author Share Posted April 6, 2021 Sorry, I mean - the image title text is changing when viewing inside Squarespace - but they don't appear to be changing when viewing on my mobile device after refreshing. The prices are changing size though. Link to comment
tuanphan Posted April 12, 2021 Share Posted April 12, 2021 Have you solved this yet? 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!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.