Hi all,
I need help with two items on the footer of my Shopify store. I am using the simple theme.
-
how do I make the text in the footer (copyright section) go all the way across the page? Right now, it’s only going halfway across the page.
-
How do I remove the link in the text in my footer? It links to the Shopify website. I want that link to be removed.
Thanks so much in advance!
Website is www.PennsylvaniaParks.org
2 Likes
@Justin34
can you please try this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file
.site-footer .grid__item.medium-up--one-half {
width: 100%;
pointer-events: none;
}
1 Like
@Justin34
Please add the following code .
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file
.site-footer .grid__item.medium-up--one-half {
width: 100%;
pointer-events: none;
}
Thanks!
1 Like
Worked like a charm.. Thanks!
1 Like
@Justin34
its my pleasure to help us