AaronC Posted May 26, 2022 Share Posted May 26, 2022 Site URL: https://www.diallekt.com Hey, I have my Members Area sign up button at the bottom of my website, with the fee for the Members Area displayed as well. However, when I view the site on mobile, then the font for that fee is far too big for my liking. My website: www.diallekt.com Does anyone have some custom CSS I could use to make that fee appear smaller on mobile only? Thanks. Link to comment
christyprice Posted May 26, 2022 Share Posted May 26, 2022 @AaronC try adding this to Custom CSS @media screen and (max-width: 767px) { .member-area-price-amount { font-size: 1.2em !important; } } christyprice.com 🇺🇸 Austin, TX US ✅ Get my Starter Template for Web Designers 🎥 Watch Circle Live: Hello Income (feat. Christy Price and Jeremy Schwartz) 🎬 Watch It's Not Hard to Say Goodbye: Crafting Client Offboarding from Circle Day 2023 Link to comment
AaronC Posted May 26, 2022 Author Share Posted May 26, 2022 @christyprice it worked! Thank you so much for your help. christyprice 1 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