Hi @dreamtechzone_5 , I have visited your store. There are no icons in bottom policies and link section, you have deleted social media profile links. add the links in social media icon link
I have checked your website. Some elements have been hidden by you, so the style snippet below will help highlight the remaining parts. Please go to the Edit theme section and add the following code:
...
button.policy-list-trigger.button-unstyled {
color: white !important;
}
.footer-utilities__text {
color: white !important;
}
.footer-utilities__text a {
color: white !important;
}
...
You can add a small CSS snippet to override the default colors.
Go to Online Store → Themes → Customize → Theme Settings → Custom CSS (or in assets/theme.css / assets/theme.scss.liquid).
Add this code:
/* Make footer links, text, and social icons white */
.footer a,
.footer .footer-social-icons svg,
.footer .footer__text {
color: #ffffff !important;
}