How can I customize footer font and color through code?

Hi there,

I’d love some assistance editing the footer font color and font on my website, there are no built in customization options for this,

so I need to modify the code. Thanks so much.

Please follow the steps:

  • Step 1: Go to Online store > Themes > Actions > Edit code.
  • Step 2: Go to Assets > custom.css and paste this at the bottom of the file:
    shopify-section-footer>div[style] {
    /* background color /
    background: #4e959b!important;
    }
    #shopify-section-footer>div[style] * {
    /
    color text */
    color: #fff!important;
    }
    Hope it helps!