studiomiko Posted February 7 Share Posted February 7 Hi everyone, I've been implementing a custom typeface across my site, but the buttons on the digital products not being changed. Can anyone help please? I want to change the typeface to my custom one (plus Jakarta sans) Site: https://chipmunk-rose-m9ws.squarespace.com/memberships Password: miko Also on a second point, if anyone also knows how to hide the bit of text under the price that says 'every month' seems odd to be there as the buttons above already say monthly and yearly. Thank you! Link to comment
Solution tuanphan Posted February 11 Solution Share Posted February 11 Use this CSS code button.pricing-plan-pricing-option-button { font-family: 'PlusJakartaSansReg' !important; } .pricing-plan-price-billing-period { display: none; } 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
studiomiko Posted February 13 Author Share Posted February 13 Thank you so much @tuanphan! Do you think it is possible to adjust the spacing somehow in this section as well? Notice that the gaps between the 3 items are a bit random in the attached Link to comment
studiomiko Posted February 15 Author Share Posted February 15 Any thoughts @tuanphan? Link to comment
tuanphan Posted February 17 Share Posted February 17 Use this CSS code /* price */ .pricing-plan-price-amount { margin-top: 0px !important; margin-bottom: 0px !important; } .product-price.pricing-plan-product-price.below-pricing-toggle { margin-top: 10px !important; } studiomiko 1 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
Create an account or sign in to comment
You need to be a member in order to leave a comment