Home › Forums › Support › Remove title attribute from logo This topic has 5 replies, 3 voices, and was last updated 4 years, 1 month ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts February 20, 2019 at 4:42 pm #816067 Adieverson How do I remove the Title from Logo attribute? GeneratePress 2.2.2GP Premium 1.7.7 February 20, 2019 at 5:12 pm #816077 TomLead Developer Lead Developer Hi there, Try this function: add_filter( 'generate_logo_attributes', function( $atts ) { unset( $atts['title'] ); return $atts; } ); Let me know 🙂 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development February 20, 2019 at 5:21 pm #816082 Adieverson Where do I put this code? February 20, 2019 at 5:38 pm #816088 DavidStaff Customer Support Hi there, Its PHP – this article provides a couple of options: https://docs.generatepress.com/article/adding-php/ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ February 23, 2019 at 1:41 pm #819155 Adieverson Solved, thank you! February 23, 2019 at 2:02 pm #819190 DavidStaff Customer Support Glad we could be of help Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ 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