mindmatterz Posted July 10, 2021 Share Posted July 10, 2021 Site URL: https://www.mindovermatterzine.com/ I'm changing my site's fonts using Custom CSS but I can't seem to find how to change the metadata font (author, publishing date, categories, tags). I successfully changed the title, 'read more' link and excerpt fonts using the code below but I cant seem to find how to change the metadata fonts. This happened both for blog and summaries. Please help! Code that I currently use: h1.blog-title a { font-family: 'Romana Bold BT' !important; font-size: 20px; text-transform: uppercase; } b.blog-excerpt a { font-size: 12px !important; } time.summary-metadata-item.summary-metadata-item--date { font-family: 'Romana Bold BT' !important; } a.summary-title-link { font-family: 'Romana Bold BT' !important; } a.summary-read-more-link { font-family: 'Romana Bold BT' !important; } .blog-item-title h1.entry-title { font-family: 'Romana Bold BT' !important; } Link to comment
tuanphan Posted July 11, 2021 Share Posted July 11, 2021 Use this CSS .summary-metadata * { font-family: 'Romana Bold BT' !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
IwanJ Posted June 8, 2022 Share Posted June 8, 2022 Hi @tuanphan, any idea how I can increase the font size of the date on my blog posts? https://deep-learning-cafe.squarespace.com/ password: password123 Link to comment
tuanphan Posted June 10, 2022 Share Posted June 10, 2022 On 6/8/2022 at 3:21 PM, IwanJ said: Hi @tuanphan, any idea how I can increase the font size of the date on my blog posts? https://deep-learning-cafe.squarespace.com/ password: password123 Use this CSS /* blog date */ time.blog-date { font-size: 20px !important; } IwanJ 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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