A user is experiencing inconsistent link colors when editing pages in Shopify—some links appear blue while others show as purple. All links are added as internal links (e.g., /pages/contact-us) opening in the same window, but external ones display in purple.
Likely Explanation:
The color difference is probably due to default CSS styling where:
Blue = unvisited links
Purple = previously visited links
A responder suggests this is standard browser behavior controlled by the CSS :visited pseudo-class. Many Shopify themes allow customization of link colors if desired, though without seeing the actual site, this remains the most probable cause. The issue appears to be normal browser functionality rather than a Shopify-specific problem.
Summarized with AI on November 23.
AI used: claude-sonnet-4-5-20250929.
I’ll make an assumption and stay it’s because there’s a default colourfor links, and another colour for links that have been viewed (visited) previously.