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
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:
theme.liquid modification: Add custom CSS code in a <style> tag above the </body> tag in theme.liquid
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.
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:
Go to Online Store
Edit Code
Find theme.liquid file
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
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