Title: Remove “Exit mobile version” Text
Last modified: July 15, 2022

---

# Remove “Exit mobile version” Text

 *  Resolved [Anny Px](https://wordpress.org/support/users/annypaix/)
 * (@annypaix)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/remove-exit-mobile-version-text/)
 * Hello, i want to remove “Exit mobile version” Text in the fooder, I saw here 
   another forum with the same topic I added this command in the css but it didn’t
   change anything:
 * #amp-mobile-version-switcher {
    display: none; }`
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-exit-mobile-version-text%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Support [Milind More](https://wordpress.org/support/users/milindmore22/)
 * (@milindmore22)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/remove-exit-mobile-version-text/#post-15829038)
 * Hello [@annypaix](https://wordpress.org/support/users/annypaix/)
 * Thank you for the support topic, It seems you are using JNews theme which has
   its custom AMP templates to serve the AMP pages.
 * However, you are using a Legacy theme so adding the CSS in the customizer setting
   might not work on AMP pages.
 * Can you please try adding the following code to your active themes functions.
   php file using FTP or the File tool of cPanel
 *     ```
       add_action( 'amp_post_template_css', function ( $amp_template ) {
       	// only CSS here please...
       	?>
       	#amp-mobile-version-switcher {
                display: none;
               }
       	<?php
       } );
       ```
   
 * Let me know if that works for you.
 *  Thread Starter [Anny Px](https://wordpress.org/support/users/annypaix/)
 * (@annypaix)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/remove-exit-mobile-version-text/#post-15829060)
 * yes the change worked,
    now i wanted to understand why i’m having problem with
   the total poll plugin, could you see?
 * or how could I remove it from the AMP version?
 * [https://prnt.sc/yltM9a423l1Z](https://prnt.sc/yltM9a423l1Z)`
 *  Plugin Support [Milind More](https://wordpress.org/support/users/milindmore22/)
 * (@milindmore22)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/remove-exit-mobile-version-text/#post-15834806)
 * [@annypaix](https://wordpress.org/support/users/annypaix/) Please create a new
   support topic for different issue so that we can handle the case separately
 * I’ll mark this as resolved Open a [new support topic](https://wordpress.org/support/plugin/amp/#new-topic-0)
   if you face further issues, also feel free to [leave a plugin review](https://wordpress.org/support/plugin/amp/reviews/#new-post),
   we would love to hear your feedback.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove “Exit mobile version” Text’ is closed to new replies.

 * ![](https://ps.w.org/amp/assets/icon.svg?rev=2527602)
 * [AMP](https://wordpress.org/plugins/amp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/amp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/amp/)
 * [Active Topics](https://wordpress.org/support/plugin/amp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/amp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/amp/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Milind More](https://wordpress.org/support/users/milindmore22/)
 * Last activity: [3 years, 10 months ago](https://wordpress.org/support/topic/remove-exit-mobile-version-text/#post-15834806)
 * Status: resolved