gloyang06 Posted March 12, 2020 Share Posted March 12, 2020 Site URL: http://www.gloriayangofficial.com Hello, I hope someone can help answer this for me. I need a custom CSS code to format font changes to my blog. This is the list view of all of my blog entries. The category in the cursive font is too small, and the blog title is too big. I tried to enter in a way to format the sizes, but it keeps breaking on me. Does anyone know how to change the sizing? Link to comment
christyprice Posted March 12, 2020 Share Posted March 12, 2020 Hi @gloyang06, You can target those particular font sizes using this code added to Design > Custom CSS. I exaggerated the font sizes, so play around with those until you get the look you want. .blog-side-by-side .blog-categories { font-size: 2rem; } .blog-side-by-side .blog-title { font-size: 1rem; } christyprice.com 🇺🇸 Austin, TX US ✅ For Web Designers: Squarespace Client Process Checklist. Save time and bring consistency to your web design projects. Receive a Notion doc template with my 100+ item client process checklist. Link to comment
gloyang06 Posted March 13, 2020 Author Share Posted March 13, 2020 15 hours ago, christyprice said: Hi @gloyang06, You can target those particular font sizes using this code added to Design > Custom CSS. I exaggerated the font sizes, so play around with those until you get the look you want. .blog-side-by-side .blog-categories { font-size: 2rem; } .blog-side-by-side .blog-title { font-size: 1rem; } You are sooo amazing! Thank you. It worked. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.