Home › Forums › Support › Change site title in header at a certain width This topic has 1 reply, 2 voices, and was last updated 6 years, 9 months ago by Tom. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts June 12, 2016 at 5:45 pm #201379 Oliver Hello, I’m looking for a way to change the title of my site when the screen width drops below 550px. so that the header will read “MET” instead of “My Example Title”. Any ideas how this could be achieved? June 13, 2016 at 12:41 am #201441 TomLead Developer Lead Developer You’d have to use GP Hooks in the “Before Header Content” hook. Something like this: <div class="site-branding"> <p class="main-title hide-on-mobile" itemprop="headline"><a href="URL TO YOUR WEBSITE" title="YOUR TITLE" rel="home">YOUR DESKTOP TITLE</a> </p> <p class="main-title hide-on-desktop hide-on-tablet" itemprop="headline"><a href="URL TO YOUR WEBSITE" title="YOUR TITLE" rel="home">YOUR MOBILE TITLE</a> </p> </div> Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In