Change the background color and hover color of the social media icons ( Shopify Ware Theme )

Change the background color and hover color of the social media icons ( Shopify Ware Theme )

dreamtechzone_5
Shopify Partner
611 1 93

Hello Everyone!

 

I want to change the background color and hover color of the social media icons in the footer section. The background color of the social media icons is not visible well. Site created by Urban instead of Powered by Shopify.

 

Store: https://93w53cp8o83xjoct-71768310072.shopifypreview.com

Password: Admin

 

Screenshot 2025-03-25 161001.png

 

Replies 6 (6)

Mustafa_Ali
Explorer
355 30 57
a:hover {
    background-color: white;
}
footer.footer {
    background-color: #00BADB;
}

MustafA16_0-1742898173292.png

hey @dreamtechzone_5 try this one 
Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->
under the <style> tag before the body ----->
if this code work please do not forget to like and mark it solution

 

dreamtechzone_5
Shopify Partner
611 1 93

I only want to change the background color of the social media icons, and the hover color. I don't want to change the background color of the footer section.

Mustafa_Ali
Explorer
355 30 57
a:hover {
    background-color: white;
}

try this one 

MustafA16_0-1742898706255.png

Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->
under the <style> tag before the body ----->
if this code work please do not forget to like and mark it solution

 

dreamtechzone_5
Shopify Partner
611 1 93

The social media background color changes when you hover, but even if you don't hover, the social media icon background color still solid white.

Mustafa_Ali
Explorer
355 30 57
a:hover {
    background: white;
    border-radius: 100%;
}

MustafA16_0-1742899323270.png

hope so you like this one 
Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->
under the <style> tag before the body ----->
if this code work please do not forget to like and mark it solution

 

dreamtechzone_5
Shopify Partner
611 1 93

It changes on hover but the background of the social media icons is not visible well without hover. I want to keep the background color of the social media icons white except on hover. The background color is white but the white color is not visible well.

 

Screenshot 2025-03-25 164458.png