Hey, all!
Trying to figure out how to change the font for the part I've circled in red specifically.
The code I'm currently using, which has applied font changes to every other aspect of my blog except for this part, is:
.blog-item-title h1 {
font-family: 'InterVariable' !important;
}
/* blog title font */
h1.blog-title, h1.entry-title, a.summary-title-link {
font-family: 'InterVariable' !important;
}
InterVariable is the name of the custom font I've added, for reference. Any help is appreciated!