Home › Forums › Support › Add content title to hook This topic has 5 replies, 2 voices, and was last updated 4 years, 3 months ago by Leo. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts February 3, 2019 at 7:53 pm #800585 Ethan This feels like it should be so simple, but I just can’t figure it out. I am using a hook (after_header) to insert content after the header. I literally just want a band of color with the content title in the middle. I’ve figured out (I think) how to put the band of color. But how do I insert the Content Title into this hook area? February 3, 2019 at 8:33 pm #800601 LeoStaff Customer Support Hi there, Would header element work for you? https://docs.generatepress.com/article/header-element-overview/ Then you can just use the template tags: https://docs.generatepress.com/article/header-element-template-tags/ Let me know ๐ February 3, 2019 at 8:50 pm #800605 Ethan Gah! Yes, thank you! What is the best way to set styling for the font size in this area? February 3, 2019 at 9:14 pm #800613 LeoStaff Customer Support CSS is the only way. So if this is the page hero content: <h1>{{post_title}}</h1>, then the CSS would be: .page-hero h1 { font-size: 25px; } Check out some examples here as well: https://docs.generatepress.com/article/page-hero-examples/ February 4, 2019 at 8:06 pm #801591 Ethan Thank you! February 4, 2019 at 9:34 pm #801616 LeoStaff Customer Support No problem ๐ Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In