---
title: "Customize Footer Widget Title Font Virtue and Pinnacle"
source: "https://docs.nexcess.com/software/kadence/customize-footer-widget-title-font-virtue-and-pinnacle/"
description: "By default, the footer widget titles will be set in Theme Options> Typography Settings, and setting your h4 fonts. To set them separate of your theme options, a…"
vertical: "Software"
area: "Kadence"
date: "2021-07-15"
last_modified: "2026-07-06"
---

# Customize Footer Widget Title Font Virtue and Pinnacle

By default, the footer widget titles will be set in Theme Options> Typography Settings, and setting your h4 fonts.

To set them separate of your theme options, add this CSS to Theme Options> Advanced Settings, or Theme Options> Custom CSS. Customize your font properties to the CSS as needed.

```
[css]#containerfooter h4.widget-title {
     font-weight: bold;
     font-size: 30px;
}[/css]
```

#### Footer Widget Title Default:

[![default-widget-title](https://docs.nexcess.com/wp-content/uploads/2026/07/FooterWidgetTitle-min-1.jpeg)](https://docs.nexcess.com/wp-content/uploads/2026/07/FooterWidgetTitle-min-1.jpeg)

#### Footer Widget Title CSS:

[![custom-footer-widget-title](https://docs.nexcess.com/wp-content/uploads/2026/07/footerWidgetCSS-min.jpeg)](https://docs.nexcess.com/wp-content/uploads/2026/07/footerWidgetCSS-min.jpeg)
