Hey!
I think I’ve done something on one of the pages for the copyright footer section at the bottom of the site, as it is no longer showing.
Does anybody know what could bring it back?
TIA!
website: 4qs.uk
password: 44444
Hey!
I think I’ve done something on one of the pages for the copyright footer section at the bottom of the site, as it is no longer showing.
Does anybody know what could bring it back?
TIA!
website: 4qs.uk
password: 44444
Hi @visualess
Check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
#shopify-section-footer .footer__content-bottom {
display: contents;
}
And Save.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hey thank you so much for your response! Unfortunately, this didn’t work for me!
Hi @visualess ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above tag:
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you
Thank you!! it worked