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
a:hover {
background-color: white;
}
footer.footer {
background-color: #00BADB;
}
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 tag before the body ----->
if this code work please do not forget to like and mark it solution
1 Like
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.
a:hover {
background-color: white;
}
try this one
Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->
under the tag before the body ----->
if this code work please do not forget to like and mark it solution
1 Like
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.
a:hover {
background: white;
border-radius: 100%;
}
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 tag before the body ----->
if this code work please do not forget to like and mark it solution
1 Like
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.