Search for: Log In Free Support [Support request] Text in mobile header Home › Forums › Support › Text in mobile header This topic has 3 replies, 2 voices, and was last updated 1 year, 6 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts August 16, 2019 at 3:12 am #985505 leo I need a quick reminder here. I made this site some time ago: https://huisjeduyncroft.nl In the mobile view, the word ‘vakantiehuisje21’ appears in the header. I want to remove it, so went through all the Customize settings, but I cannot find it, to my big frustration. Please help… Thanks in advance! August 16, 2019 at 4:35 am #985557 DavidStaff Customer Support Hi there, looks like that has been added using either using: 1. a GP Hook or Hook Element 2. or a custom function – which could be in your child theme functions.php or in the Code Snippets plugin. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ August 16, 2019 at 4:42 am #985564 leo Yes, found it in functions.php: add_action( ‘generate_inside_mobile_header’,’tu_mobile_header_html’ ); function tu_mobile_header_html() { ?> <span style=”color:white; display: inline-block; margin-top: 15px;font-weight: bold;” >Vakantiehuisje 21</span> Thank you! August 16, 2019 at 4:56 am #985574 DavidStaff Customer Support Glad to be of help. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ 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