kaydotjpg Posted September 21, 2022 Share Posted September 21, 2022 Hi! I have installed a custom font that is showing up wonderfully everywhere on my site. However, I would like it to also show up in my food menu, specifically just the food item titles. What would the css coding be for this? Below I indicated which words I am referring to with the pink rectangles Link to comment
Beyondspace Posted September 21, 2022 Share Posted September 21, 2022 9 minutes ago, kaydotjpg said: Hi! I have installed a custom font that is showing up wonderfully everywhere on my site. However, I would like it to also show up in my food menu, specifically just the food item titles. What would the css coding be for this? Below I indicated which words I am referring to with the pink rectangles Can you share your site with the protected password so I can take a look? 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
kaydotjpg Posted September 21, 2022 Author Share Posted September 21, 2022 @bangank36 sure thing! home page: http://contrabass-mayflower-5yeb.squarespace.com password: isle Link to comment
tuanphan Posted September 23, 2022 Share Posted September 23, 2022 On 9/21/2022 at 9:46 PM, kaydotjpg said: sure thing! home page: http://contrabass-mayflower-5yeb.squarespace.com password: isle Add to Design > Custom CSS .menu-item-title { font-family: 'MonumentExtended-Regular'; } 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
kaydotjpg Posted September 23, 2022 Author Share Posted September 23, 2022 (edited) Thank you @tuanphan I have another similar request. Attempting to make the titles on my product page the same custom font. I tried doing .grid-title { font-family: 'MonumentExtended-Regular'; } but no luck 😞 Edited September 23, 2022 by kaydotjpg Link to comment
tuanphan Posted September 24, 2022 Share Posted September 24, 2022 11 hours ago, kaydotjpg said: Thank you @tuanphan I have another similar request. Attempting to make the titles on my product page the same custom font. I tried doing .grid-title { font-family: 'MonumentExtended-Regular'; } but no luck 😞 Use this code .grid-title { font-family: 'MonumentExtended-Regular' !important; } kaydotjpg 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
kaydotjpg Posted September 25, 2022 Author Share Posted September 25, 2022 Thank you!! I have another requested! Last one (I swear!) What would the name be for targeting the menu navigation links in mobile with my custom font? Link to comment
tuanphan Posted September 26, 2022 Share Posted September 26, 2022 14 hours ago, kaydotjpg said: Thank you!! I have another requested! Last one (I swear!) What would the name be for targeting the menu navigation links in mobile with my custom font? Mobile menu item has this class name div.header-menu-nav-item a kaydotjpg 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