Why are all the links in my policies transparent on Dawn theme?

Topic summary

A user reports that all links in their policy pages appear transparent on the Dawn theme, making them invisible to visitors.

Proposed Solutions:

Two responders offered CSS-based fixes:

  1. theme.liquid modification: Add custom CSS code in a <style> tag above the </body> tag in theme.liquid

  2. base.css modification: Insert CSS targeting .shopify-policy__body > a with color: #000 !important; in the base.css file

Both solutions aim to force link colors to display properly by overriding the theme’s default styling. The issue appears to stem from Dawn theme’s CSS not properly defining link colors in policy pages.

Status: The thread remains open with no confirmation from the original poster about whether either solution resolved the problem.

Summarized with AI on November 15. AI used: claude-sonnet-4-5-20250929.

I have made my polices but all the links in the policies are transparent how do i fix this?

Theme:Dawn

Website:desire-online.net

Hey @jakegrieveson

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

Hi @jakegrieveson

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css

.shopify-policy__body > a {
    color: #000 !important;
}

Hope you find my answer helpful!
Best regards,
Richard | PageFly