mimichong Posted March 15, 2023 Posted March 15, 2023 (edited) Hi all, Anyone know how I can adjust the size of these portfolio titles in mobile? I successfully did it for the desktop version (using h4) through the built-in feature on Site Styles, but it's not carrying over to mobile (currently showing h3). I'd like for it to use the same styling on both. To clarify, I want the project title AND the prev/next text to show as you'll see in the desktop view. I just want the property to carry over when it hits a certain breakpoint for mobile/tablet so the experience is consistent. Thank you!! Edited March 15, 2023 by mimichong
Solution Ziggy Posted March 15, 2023 Solution Posted March 15, 2023 You can try adding this to the Custom CSS of your website, and adjust the 18px value to suit your design and font: @media only screen and (max-width:767px) { .item-pagination-title { font-size: 18px !important; } } Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
mimichong Posted March 17, 2023 Author Posted March 17, 2023 That did the trick - appreciate it!! Ziggy 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment