AlyssaS Posted August 25, 2020 Share Posted August 25, 2020 Site URL: https://tincanflowertruck.com The password for my site is tincan@2020! I know there have been other posts about this, but I'm trying to change the size of the Shop and Subscription page titles for mobile with CSS. I may have the wrong block id. Could someone help? Thanks! Link to comment
tuanphan Posted August 26, 2020 Share Posted August 26, 2020 Add to Shop Page Settings > Advanced > Header <style> @media screen and (max-width:767px) { h3.nested-category-title.nested-category-title-padding { font-size: 20px !important; } } </style> Add to Subscriptions Page Settings > Advanced > Header <style> @media screen and (max-width:767px) { h3.nested-category-title { font-size: 20px !important; } </style> 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