Adding address to footer of website

Hi

I am trying to get my address to appear in the footer of my website. However, i am struggling to get that done as it requires some knowledge of coding and i obviously dont have that.

I would really appreciate if someone can please help me get this done?

Thank you

Which theme are you on @Haiky21

It is a theme made from lumintheme. It isnt made from shopify.

Is there anyway we can get access to the theme, Where did you download from?

Thanks

Hello @Haiky21,

Could you kindly share your store URL and password (if it’s password-protected) so I can review it and provide you with an update?

Well i got someone to build it for me and they used the theme from lumintheme. I am struggling to get ahold of them hence the issue here

Sure thing, Here is the URL: af86c2-3.myshopify.com

Where exactly do you want to show the address in the footer? Please send me a screenshot and highlight the area.

Screenshot 2025-07-25 215532
Preferably where the red arrow is pointing?

Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.

@media (min-width: 769px){
.footer__copyright.caption {
    display: flex !important;
    white-space: nowrap !important;
    align-items: center !important;
}
}

.policies::after {
  content: " | Pet Shack, 182-184 High Street North, United Kingdom";
  display: inline-block;
  margin-left: 10px;
  color: white;
  font-size: 10px; 
}

1 Like

This worked perfectly. Thank you! Really appreciate your help on this.

If this was helpful for you, kindly give it a like.

1 Like

You can add your address in the footer through your site’s editor, most platforms (like WordPress, Wix, Shopify) have a Footer or Customize option where you just paste the text, no coding needed. Which platform are you using?