Solved

Why are my Shopify social icons not matching the text colour?

houssamalissa
Pathfinder
139 0 42

My socials icons seem to be out of whack with the white text - how can I get them to be the same colour?

houssamalissa_0-1632152251262.png

 

Site URL: https://optyma.myshopify.com/
Password: sheert/
Theme: Motion
Accepted Solution (1)

Nick_Marketing
Shopify Partner
1487 336 462

This is an accepted solution.

You could try adding this rule to the bottom of theme.css. Social icons will become visible.

.no-bullets.footer__social li a {
  color: #fff;
}

Result: 

2021-09-20 13_27_57.png

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).

View solution in original post

Replies 3 (3)

Nick_Marketing
Shopify Partner
1487 336 462

This is an accepted solution.

You could try adding this rule to the bottom of theme.css. Social icons will become visible.

.no-bullets.footer__social li a {
  color: #fff;
}

Result: 

2021-09-20 13_27_57.png

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).
houssamalissa
Pathfinder
139 0 42

Thanks @Nick_Marketing !

Site URL: https://optyma.myshopify.com/
Password: sheert/
Theme: Motion
Nick_Marketing
Shopify Partner
1487 336 462

I am glad the issue is solved!

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).