webber123 Posted October 15, 2020 Share Posted October 15, 2020 I would like to change the default font in the menu block with a personalized font i want to upload. I don't know what the code is for this block is in css. Link to comment
tuanphan Posted October 16, 2020 Share Posted October 16, 2020 Can you share site url? We can check easier. Which elements you want to apply new font? 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
webber123 Posted October 17, 2020 Author Share Posted October 17, 2020 https://koi-cardioid-axfx.squarespace.com/ is the link, in the section CARTA, i want to apply a font that is not in the platform. In the MENU BLOCK all the text. Link to comment
tuanphan Posted October 19, 2020 Share Posted October 19, 2020 Add to Home > design > Custom CSS. Replace with your font file url @font-face { font-family: tuanphan; src: url(upload font & paste font url here); } .menu-section * { font-family: tuanphan !important; } 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
webber123 Posted October 28, 2020 Author Share Posted October 28, 2020 thanks a lot, worked perfecty. Now i wold love to chenge the color to blAck, what would be the code for that? THANKS IN ADVANCE Link to comment
bryncmorg Posted November 8, 2020 Share Posted November 8, 2020 On 10/19/2020 at 8:29 AM, tuanphan said: Add to Home > design > Custom CSS. Replace with your font file url @font-face { font-family: tuanphan; src: url(upload font & paste font url here); } .menu-section * { font-family: tuanphan !important; } Thanks for sharing your wisdom all over this forum, I am working on installing custom CSS on a 7.1 site for the first time and have found your answers so helpful! This code worked and I'm stoked. Curious if you can share the code/ if it's possible to change the font for the menu descriptions only. I'd like to make them different. Thanks so much! b Link to comment
creedon Posted November 8, 2020 Share Posted November 8, 2020 @bryncmorg Please give us the URL for a page with menu descriptions. If your site is not public please set up a site-wide password, if you've not already done so. Post the password here. We can then take a look at your issue. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.