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?
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;
}
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?