A user seeks to add a horizontal separator line above their website footer to distinguish it from the main content, as both share the same background color. This line needs to appear consistently across all pages.
Multiple solutions provided:
CSS-based approaches: Most responses suggest adding CSS code to either base.css, section-footer.css, or theme.css files using a border-top property with varying colors (#f4abab, #7D5757) and thickness (1px-2px).
Alternative method: One suggestion involves adding CSS within <style> tags in the theme.liquid file, placed before the closing </head> tag.
Existing border noted: One respondent points out that a small border already exists on the footer, questioning whether a thicker line is desired.
Status: The discussion remains open with no confirmed resolution from the original poster. All proposed solutions follow similar CSS modification patterns but differ in file location and specific styling values.
Summarized with AI on November 2.
AI used: claude-sonnet-4-5-20250929.
I would like to add a line above my footer to separate the footer with the rest of the content on the website. This is very important for my website, because all the background on my website is the same color. The line above the footer has to come back on every page you are on on my website.
Hello @EdensBakehouse
Go to online store ----> themes ----> actions ----> edit code ----> assets ----> section-footer.css
add this code at the end of the file and save.