9uan Posted March 29, 2022 Share Posted March 29, 2022 (edited) Hi! I would like to change the font of only my product title in my shopping cart page. I found some custom css here but I could not specifically change only my product title without tampering with the other titles. Is this possible to do? Thanks in advance Edited April 6, 2022 by 9uan Link to comment
Beyondspace Posted March 29, 2022 Share Posted March 29, 2022 1 hour ago, 9uan said: Hi! I would like to change the font of only my product title in my shopping cart page. I found some custom css here but I could not specifically change only my product title without tampering with the other titles. Is this possible to do? I have attached a screenshot to be sure. Thanks in advance Can you share your site with the protected password so we can take a look? 1 hour ago, 9uan said: Hi! I would like to change the font of only my product title in my shopping cart page. I found some custom css here but I could not specifically change only my product title without tampering with the other titles. Is this possible to do? I have attached a screenshot to be sure. Thanks in advance Try adding to Home > Design > Custom Css #cart .cart-row-title{ font-family: arial !important; } Let me know how it goes 9uan 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
9uan Posted March 29, 2022 Author Share Posted March 29, 2022 This worked! But I need to change the thickness (weight) of the font as well as the padding. Is this possible? Thanks a lot Link to comment
Beyondspace Posted March 30, 2022 Share Posted March 30, 2022 14 hours ago, 9uan said: This worked! But I need to change the thickness (weight) of the font as well as the padding. Is this possible? Thanks a lot You can get reference some Css style: font-weight: https://www.w3schools.com/cssref/pr_font_weight.asp padding: https://www.w3schools.com/css/css_padding.asp BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. 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