---
title: "Virtue – Topbar Menu Font"
source: "https://docs.nexcess.com/software/kadence/virtue-topbar-menu-font/"
description: "To change the topbar menu font family and/or font-size, you can add the following CSS to your custom CSS box in Theme Options > Advanced Settings: .topbarmenu u…"
vertical: "Software"
area: "Kadence"
date: "2021-07-16"
last_modified: "2021-07-16"
---

# Virtue – Topbar Menu Font

To change the topbar menu font family and/or font-size, you can add the following CSS to your custom CSS box in Theme Options > Advanced Settings:

```
.topbarmenu ul li a {
font-family: sans-serif;
font-size: 14px;
}
```
