Home › Forums › Support › Change to Spanish or erase title="View your shopping cart" This topic has 3 replies, 2 voices, and was last updated 4 years ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts May 27, 2019 at 4:57 am #911960 Juan Miguel Hi! I’m looking for change the title=”View your shopping cart” to Spanish, using Poedit, and I can´t find this phrase. If there’s a way to erase (or hide) the title it helps too. Thanks! May 27, 2019 at 9:02 am #912300 TomLead Developer Lead Developer Hi there, Try this: add_filter( 'gettext', function( $translated_text ) { if ( 'View your shopping cart' === $translated_text ) { $translated_text = 'Your new text here'; } return $translated_text; } ); Adding PHP: https://docs.generatepress.com/article/adding-php/ Let me know 🙂 May 27, 2019 at 9:42 am #912345 Juan Miguel It works! Thanks again Tom 🙂 May 27, 2019 at 2:51 pm #912598 TomLead Developer Lead Developer You’re welcome 🙂 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