@ISOLYD Hope you are doing well.
If you want to hide those policies links then add below line of CSS code at the end of your base.css file.
.footer .policies{
display:none;
}
A Shopify store owner using the Dawn theme encountered an issue where policy links remained visible on their site despite disabling the “Show policy links” option in settings. The problem persisted after cache clearing and hard refresh, but only affected Chrome—Firefox displayed correctly.
Resolution:
.footer.policies { display:none; } to the base.css fileThe issue is now fully resolved on both desktop and mobile.
@ISOLYD Hope you are doing well.
If you want to hide those policies links then add below line of CSS code at the end of your base.css file.
.footer .policies{
display:none;
}