lamdra Posted March 19, 2020 Share Posted March 19, 2020 Site URL: https://sepia-butterfly-e3x7.squarespace.com/ I'm working through adjusting the mobile style settings for my new site but keep running into areas in 7.1 that don't seem to be adjustable without custom code. Does anyone know how I can adjust the size of the hover text in the portfolio when in mobile? Looks great on desktop but get's really large in mobile. Hoping for some CSS that can let me control that sizing. Desktop and Mobile screen captures attached. Thanks for your help! https://sepia-butterfly-e3x7.squarespace.com/ Password: 1234 Link to comment
Solution tuanphan Posted March 19, 2020 Solution Share Posted March 19, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:767px) { h3.portfolio-title { font-size: 18px !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 23, 2020 Author Share Posted March 23, 2020 Perfect, thanks again! Link to comment
sharine Posted February 16, 2022 Share Posted February 16, 2022 I've been having difficulty with this code on my site. https://auralalterities.com (it's the page right after you click 'enter') Link to comment
tuanphan Posted February 21, 2022 Share Posted February 21, 2022 On 2/16/2022 at 9:47 PM, sharine said: I've been having difficulty with this code on my site. https://auralalterities.com (it's the page right after you click 'enter') You mean portfolio item titles? Add this CSS @media screen and (max-width:767px) { span.portfolio-hover-item-content { font-size: 18px; } } 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
Create an account or sign in to comment
You need to be a member in order to leave a comment