How can I remove the error code from my website's footer?

Hi, I can’t figure out where this error is located. I need help removing error code from under footer. Small letter C under footer

www.beautyandtheboard.com

1 Like

Consider looking over closely through the theme.liquid file.

@JhordanMSUITE

sorry for that issue if don’t find that code please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
#shopify-section-footer {
    margin-bottom: -24px;
}
1 Like