How can I modify the footer text and remove a link in Simple theme?

Hi all,

I need help with two items on the footer of my Shopify store. I am using the simple theme.

  1. 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.

  2. 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

  1. Go to Online Store->Theme->Edit code
  2. 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 .

  1. Go to Online Store->Theme->Edit code
  2. 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