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 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.