A user is trying to remove the “Skip to product info” accessibility link that appears on mobile devices when using the Savor theme (version 1.0.1). While they successfully removed “Skip to results” by editing theme.liquid, the product info skip link persists—even after deleting relevant code, a background element remains visible.
Key Details:
Issue only appears on actual mobile devices, not in desktop browser developer tools
The skip links are accessibility features for keyboard navigation, typically hidden via CSS classes like visually-hidden
Proposed Solutions:
Custom CSS approach (recommended): Add code to Theme Settings > Custom CSS to avoid breaking future theme updates:
Direct code edit: Add display: none !important; to the .skip-to-content-link class in base.css
One responder cautioned against editing theme files directly since version 1.0.1 will likely receive frequent updates, making Custom CSS the safer long-term solution.
Summarized with AI on October 28.
AI used: claude-sonnet-4-5-20250929.
I cant remove “Skip from product info” in my website when i open my collections or product page for example.
"‘Skip to results’ also appeared at the top, but I managed to remove it in theme.liquid by deleting a line in the , which worked.
However, I can’t remove this ‘Skip to product info’ no matter what—I’ve searched everywhere, even asked ChatGPT, and still can’t remove it.
If I go to edit the theme and search for ‘Skip to content’ or ‘Skip to product info’ to remove those lines, the ‘text background’ still appears as if something is still there.
I’ll leave a photo so you can see."
The theme im using is " Savor "
This only appears when I open the website on a mobile phone. It doesn’t show up on PC, even when using Chrome Developer Tools in mobile view. It only shows up when I actually access the site from a real mobile device.