Hi
Can anyone help me to change the colour of my Facebook icon on Craft theme. It’s currently white in the header and black in the footer. I would like it blue in the footer only and deleted in the header.
Kind regards
Molly
Goal: change the Facebook icon styling in the Craft theme—remove it from the header and make it blue in the footer (currently white in header, black in footer).
Access: a helper requested the store URL and password; the merchant provided them.
Proposed solutions:
Outcome: the merchant confirmed the issue is solved but did not specify which method worked. No explicit instruction in the thread addressed removing the header icon, and no final solution was marked. Status appears resolved by the requester, with implementation details unspecified.
Hi
Can anyone help me to change the colour of my Facebook icon on Craft theme. It’s currently white in the header and black in the footer. I would like it blue in the footer only and deleted in the header.
Kind regards
Molly
Hi @Molly8
Can I take a look? Would you mind to share your Store URL website? with password if its protected. Thanks!
password - preepi
Hi @Molly8
This is Noah from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
Hope this can help you solve the issue
Best regards,
Noah | PageFly
Hi @Molly8
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the base.css file:
svg.icon.icon-facebook {color: #000 !important;}
Regards,
San
Hi
Thanks, ive had a solution now for this problem.
Kind regards
Molly
Is this solve?
You can try this one if you still like to change it to color.
a.link.list-social__link {
color: blue;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!