---
title: "Remove Page and Post Titles Sitewide Virtue"
source: "https://docs.nexcess.com/software/kadence/remove-page-and-post-titles-sitewide-virtue/"
description: "To hide all page titles in Virtue Theme without any CSS, add this to your functions.php in your child theme: [php]remove_action('virtue_page_title_container', '…"
vertical: "Software"
area: "Kadence"
date: "2021-07-31"
last_modified: "2021-07-31"
---

# Remove Page and Post Titles Sitewide Virtue

To hide all page titles in Virtue Theme without any CSS, add this to your functions.php in your child theme:

```
[php]remove_action('virtue_page_title_container', 'virtue_page_title', 20);[/php]
```

To learn more about and download a free child theme, visit this [child theme tutorial](https://www.kadencethemes.com/child-themes/).
