Jump to content

How to change metadata font?

Recommended Posts

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).

image.thumb.png.9e35c416efb84b383482880616ebc907.png

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
  • Replies 4
  • Views 2k
  • Created
  • Last Reply

Top Posters In This Topic

  • 10 months later...
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

CaptureBlog.PNG

Use this CSS

/* blog date */
time.blog-date {
    font-size: 20px !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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.