Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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
Solved! Go to the solution
This is an accepted solution.
Consider looking over closely through the theme.liquid file.
This is an accepted solution.
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;
}
This is an accepted solution.
Consider looking over closely through the theme.liquid file.
This is an accepted solution.
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;
}