Title: Header Elements
Last modified: August 21, 2016

---

# Header Elements

 *  Resolved [happykitty](https://wordpress.org/support/users/happykitty/)
 * (@happykitty)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/header-elements/)
 * Hi folks
 * I’m really loving this theme! There is one customization I’d like to make but
   I can’t figure out how to do it.
 * At the top of the site (above the nav bar) I’d like to have these 3 elements:
 * > Custom Text Logo Custom Text
 * all centered. The logo is centered, but I don’t know how to add the other 2 parts.
   Is this possible?
 * My site is not live yet, but if you need to see it I can set something up.

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

 *  Theme Author [presscustomizr](https://wordpress.org/support/users/nikeo/)
 * (@nikeo)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/header-elements/#post-4245466)
 * Hi,
 * You could try to use the CSS pseudo classes, like for example :
 *     ```
       .site-title::before{
       content:\"Custom Text\";
       color:#000;
       font-size: 20px;
       }
       .site-title::after{
       content:\"Custom Text\";
       color:#000;
       font-size: 20px;
       }
       ```
   
 * Important: in this example double quotes are escaped with ‘\’ to use the code
   in the custom css section.
 * This is possible in php but as there is not action or filter for this function,
   you will have to copy it in your child theme and modify the code to add content
   before or after.
 * Hope this will help
 *  Thread Starter [happykitty](https://wordpress.org/support/users/happykitty/)
 * (@happykitty)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/header-elements/#post-4245511)
 * Beautiful! Y’all are so helpful. Thank you!
 *  Theme Author [presscustomizr](https://wordpress.org/support/users/nikeo/)
 * (@nikeo)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/header-elements/#post-4245573)
 * Hey you are welcome [@happykitty](https://wordpress.org/support/users/happykitty/)!
 * If you have appreciated the help a [review](http://wordpress.org/support/view/theme-reviews/customizr)
   of my theme would be an nice way to say thank you!
 * Bests, and thanks for using Customizr.

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

The topic ‘Header Elements’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/customizr/4.4.24/screenshot.png)
 * Customizr
 * [Support Threads](https://wordpress.org/support/theme/customizr/)
 * [Active Topics](https://wordpress.org/support/theme/customizr/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/customizr/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/customizr/reviews/)

## Tags

 * [header](https://wordpress.org/support/topic-tag/header/)
 * [logo](https://wordpress.org/support/topic-tag/logo/)

 * 3 replies
 * 2 participants
 * Last reply from: [presscustomizr](https://wordpress.org/support/users/nikeo/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/header-elements/#post-4245573)
 * Status: resolved