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
Solution christyprice Posted March 12, 2020 Solution Share Posted March 12, 2020 (edited) 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; } Edited March 12, 2020 by christyprice tuanphan 1 christyprice.com 🇺🇸 Austin, TX US Best Squarespace Plugins • Resources for Designers • Make Money with your Blog ✅ Download a FREE Squarespace Prelaunch 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. christyprice 1 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