Hello,
To hide the Next and Previous links under the gallery with Phantom M:
- Use browser tools to find the Next and Previous link elements.
- Apply the .hide class from Phantom M’s CSS framework to these elements.
- Verify the links are hidden after applying the class.
- This class makes elements invisible while retaining space in the layout.
Always prioritize user experience and accessibility when making such changes.
I hope this will help you.