How to change only the footer link color in the liquid file?

Code for footer URL link color ONLY? Do I add something to the footer.liquid file? I know I can do it sitewide (footer & header nav) via theme-custom.css.liquid.

Hi @lanakcustomflag ,

Please share your store URL and if your store is password protected then please provide password too.

So that we can help you.

Thank you.

Thanks

Hi @lanakcustomflag ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/layout.theme.css->paste below code at the bottom of the file:
#shopify-section-footer a, #shopify-section-footer a:hover {
    color: #fff !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

1 Like

Thank you very much for sharing that code & location with me.

1 Like