---
title: "Edit Blog Post Date Font in Virtue"
source: "https://docs.nexcess.com/software/kadence/edit-blog-post-date-font-in-virtue/"
description: "If you need to change the font properties on your blog posts, you can do so by targeting with this CSS: .postdate.bg-lightgray.headerfont { font-size: 24px; } .…"
vertical: "Software"
area: "Kadence"
date: "2021-08-03"
last_modified: "2026-07-06"
---

# Edit Blog Post Date Font in Virtue

If you need to change the font properties on your blog posts, you can do so by targeting with this CSS:

```
.postdate.bg-lightgray.headerfont {
    font-size: 24px;
    
}

.postday {
    
    font-size: 24px !important;
}
```

Change the font properties to whatever you like, and add the CSS to Theme Options> Advanced Settings.

![blog-post-date](https://docs.nexcess.com/wp-content/uploads/2026/07/postdate-min-300x121-1.jpeg)
