Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Milind More

    (@milindmore22)

    Hello @kristianbk

    Thank you for reaching out to us, yes you can remove the exit mobile button from your AMP page by adding the following code in child theme functions.php or in a custom plugin.

    add_filter( 'amp_mobile_version_switcher_link_text', '__return_false' );

    We hope this helps!

    Plugin Support Milind More

    (@milindmore22)

    @kristianbk As we didn’t receive a response I’ll mark this as resolved. Feel free to open a new support topic if you require any further assistance.

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

The topic ‘Remove Exit mobile switcher btn’ is closed to new replies.