Title: Edit heading
Last modified: March 21, 2019

---

# Edit heading

 *  Resolved [janea90](https://wordpress.org/support/users/janea90/)
 * (@janea90)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/edit-heading/)
 * Hello,
 * where can I edit text of heading? I don’t want to see name of site (Vinařství
   Hodeček), I would like to see “Welcome” and under it question about age.
 * Thanks
    Jana Z.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fedit-heading%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Phil](https://wordpress.org/support/users/philsbury/)
 * (@philsbury)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/edit-heading/#post-11341117)
 * Hi [@janea90](https://wordpress.org/support/users/janea90/),
 * While its not possible in the settings, it can be done with a filter added to
   your `functions.php`:
 *     ```
       function my_age_gate_title($content){
         return '<h1 class="age-gate-heading">Welcome</h1>';
       }
   
       add_filter('age_gate_logo', 'my_age_gate_title', 1000);
       ```
   
 * Thanks
    Phil
 *  Thread Starter [janea90](https://wordpress.org/support/users/janea90/)
 * (@janea90)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/edit-heading/#post-11352859)
 * Thank you, it works.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Edit heading’ is closed to new replies.

 * ![](https://ps.w.org/age-gate/assets/icon-256x256.png?rev=2783003)
 * [Age Gate](https://wordpress.org/plugins/age-gate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/age-gate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/age-gate/)
 * [Active Topics](https://wordpress.org/support/plugin/age-gate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/age-gate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/age-gate/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [janea90](https://wordpress.org/support/users/janea90/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/edit-heading/#post-11352859)
 * Status: resolved