Header/Footer Icons - Cart+Social Icons - Athens theme

Is there a way to make the icons on the attached images blue when hovered?

Shop: artgex.myshopify.com

Password: Superpowers123

Hello @David123123

It’s GemPages support team and glad to support you today.

Please check out my suggestion below:

  1. Go to Online Store → Theme → Edit code

  2. Open file theme.liquid then add this code to above the tag


If you require any further information, feel free to contact me.

Best regards,
GemPages Support Team

I hope you find the answer helpful.

Thanks! this helped, is there also a way to make the outline of the social icons blue? Only the inside goes blue.

Hello! Also when i did this change - it no longer has the hover effect on the logo, is there a reason why?

Hello @David123123

It’s GemPages support team and glad to support you today.

Custom code change icon color on hover does not related to the hover effect on the logo. To make the outline of the social icons blue

Please add this code

#shopify-section-footer a.list-social-link:hover{
    box-shadow: 0 0 0 0.1rem #2E9AFE;
  }

Like this

If you require any further information, feel free to contact me.

Best regards,
GemPages Support Team