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
Hello,
I want to add a line between the bottom of the home page and the footer menu.
in desktop and mobile Visibility.
i attached a screenshots of the line i want and the exact location to be clear.
my url store is - signon-store.com and the password is krawth
Thank you
Solved! Go to the solution
This is an accepted solution.
Please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
.site-footer{border-top:1px solid #f4dcc3;}
Thanks!
This is an accepted solution.
Please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
.site-footer{border-top:1px solid #f4dcc3;}
Thanks!
amazing! thank you very much