By default, bold text and headings may override the hyperlink color in Webflow due to default typography settings. You need to manually adjust the link styling to ensure blue-colored links appear within bold text and headings.
Click on any heading (H1, H2, etc.) in the Designer.
Go to the Typography section and ensure the default color isn't overriding links.
If hyperlink color is missing, create a custom class for headings that explicitly sets link color to blue.
Alternatively, use Custom Code: Add this inside Project Settings → Custom Code → Head Code:
```
```
Make sure the global link color is blue in the Style panel, manually adjust bolded text if needed, and override heading styles using either custom classes or CSS in the Head Code to ensure links retain their color.