MaesMarket Posted November 10 Share Posted November 10 (edited) Hello! I am trying to change the font of the categories type side panel to a custom font. I already added the font code and labeled it "med". I also would like to change to price to read "$9+" instead of "from $9.00". Lastly, I would like there to be padding above "sold out". Can you help with the CCS code? Here is the page: https://www.maesmarket.com/shop Edited November 10 by MaesMarket clarification Link to comment
melody495 Posted November 10 Share Posted November 10 Hi, For the categories side panel, try the below .products-list .category-item .category-item a { font-family: 'med'; } For Sold Out padding .product-lists-item .product-mark.sold-out { margin-top: 10px; // adjust to the amount of space you need } For the $9.00+, could target using CSS, but I'm not sure if that's the best way to do it. -------- > 👆 <---------- Please quote or @ me when replying, or I won't get a notification Melody 💁♀️ SquareSpace Developer You dream it, I'll make it happen. Contact me: 💻 https://www.melodylee.tech ✉️ my email 📍 UK based. The great thing about the internet, we can work together from anywhere. #neverstoplearning ☕ I like coffee 😊 Link to comment
MaesMarket Posted November 10 Author Share Posted November 10 (edited) @melody495 Thank you, the sold out padding worked PERFECTLY. Still having problems with side panel. I took screenshot of how I have entered into Custom CSS. Any ideas as to what I am doing wrong? Edited November 10 by MaesMarket Link to comment
melody495 Posted November 10 Share Posted November 10 1 hour ago, MaesMarket said: @melody495 Thank you, the sold out padding worked PERFECTLY. Still having problems with side panel. I took screenshot of how I have entered into Custom CSS. Any ideas as to what I am doing wrong? Hi, copy my code above. It's font-family 'med', with the single quote. This is because that is how you've loaded the font. You could change your font code to just med instead of 'med', but they need to be used consistently. Hope that helps! -------- > 👆 <---------- Please quote or @ me when replying, or I won't get a notification Melody 💁♀️ SquareSpace Developer You dream it, I'll make it happen. Contact me: 💻 https://www.melodylee.tech ✉️ my email 📍 UK based. The great thing about the internet, we can work together from anywhere. #neverstoplearning ☕ I like coffee 😊 Link to comment
MaesMarket Posted November 10 Author Share Posted November 10 4 hours ago, melody495 said: Hi, copy my code above. It's font-family 'med', with the single quote. This is because that is how you've loaded the font. You could change your font code to just med instead of 'med', but they need to be used consistently. Hope that helps! The font family is labeled med (no quotes or single quotes). I probably articulated this incorrectly in my original post, sorry for the confusion. I copied how I labeled the font family and also the code for the side panel, but its still not working. Link to comment
MaesMarket Posted November 10 Author Share Posted November 10 20 minutes ago, MaesMarket said: The font family is labeled med (no quotes or single quotes). I probably articulated this incorrectly in my original post, sorry for the confusion. I copied how I labeled the font family and also the code for the side panel, but its still not working. okay, I have been trying different codes. I got the ALL to update but not the other categories type on the side panel with the last code. Any ideas knowing this? Link to comment
Solution MaesMarket Posted November 11 Author Solution Share Posted November 11 7 hours ago, MaesMarket said: okay, I have been trying different codes. I got the ALL to update but not the other categories type on the side panel with the last code. Any ideas knowing this? I was able to figure it out 🙂 The code that worked for me: .products-list .category-item {font-family: med;} Thank you for your help! Link to comment
melody495 Posted November 11 Share Posted November 11 15 hours ago, MaesMarket said: I was able to figure it out 🙂 The code that worked for me: .products-list .category-item {font-family: med;} Thank you for your help! 👍 You're welcome, glad you figured it out! -------- > 👆 <---------- Please quote or @ me when replying, or I won't get a notification Melody 💁♀️ SquareSpace Developer You dream it, I'll make it happen. Contact me: 💻 https://www.melodylee.tech ✉️ my email 📍 UK based. The great thing about the internet, we can work together from anywhere. #neverstoplearning ☕ I like coffee 😊 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