Hi does anybody know how you can add your physical store opening times when using the Brooklyn theme? Probably best in the footer I’m guessing.
It’s a great idea to have your physical store opening time in the footer. However, the Brooklyn theme does not support it by default.
So I can suggest to you some following solutions:
Solution #1: Using a section
Please go to Themes > Customize > Add section > Select image with text or custom HTML
For example:
Solution #2: Create a page to describe your physical store opening time and link it to your footer menu.
You can change the footer menu by going to Themes > Customize > Footer > Change > Select from the existing menus or create a new one.
Solution #3: Edit the code to add text to your footer
Please go to Themes > Edit code > Sections > footer.liquid > Add text below:
© {{ 'now' | date: '%Y' }}, {{ shop.name | link_to: routes.root_url }}
For example:
© {{ 'now' | date: '%Y' }}, {{ shop.name | link_to: routes.root_url }}
{{ powered_by_link }}
Store opening time
9 am to 6 pm, Mon to Sat
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any questions!



