Home › Forums › Support › Blog and in the entries to full width This topic has 3 replies, 2 voices, and was last updated 8 years, 10 months ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts June 1, 2017 at 4:35 am #327110 Miguel Angel Hello Tom, I want to leave in the blog and in the entries to full width this text and with this color, after the logo See images Can you help me please. a greeting June 1, 2017 at 8:47 am #327200 LeoStaff Customer Support Hi there, You can use the after header hook: http://demo.generatepress.com/hook-locations/ https://docs.generatepress.com/article/hooks-overview/ With conditional tag like this and check execute PHP <?php if ( is_single() || is_home() ) : ?> <div class="header_banner"> Your stuff in here </div> <?php endif; ?> Then style it with some CSS: .header_banner { background-color: #000000; color: #ffffff; font-size: 20px; text-align: center; } June 1, 2017 at 9:41 am #327235 Miguel Angel Thank you very much Leo Perfect June 1, 2017 at 10:02 am #327240 LeoStaff Customer Support Glad I could help! Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In