Have your say in Community Polls: What was/is your greatest motivation to start your own business?

footer

Solved

footer

abdullahmehdi
Tourist
9 0 1
I can't remove this part under the footer pls help me
 
abdullahmehdi_0-1730744557130.png

 

Untitled.png

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
9069 2166 2673

This is an accepted solution.

Try to paste it on the theme.liquid. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes"
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag. 

 

<style>
main#MainContent button#checkout-button, main#MainContent button#return-home {
    display: none !important;
}
</style>

 

  • And Save. 

 

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 9 (9)

Made4uo-Ribe
Shopify Partner
9069 2166 2673

Hi @abdullahmehdi 

Please, share your store URL. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
abdullahmehdi
Tourist
9 0 1
Made4uo-Ribe
Shopify Partner
9069 2166 2673

Thanks for the info, check this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

main#MainContent button#checkout-button, main#MainContent button#return-home {
    display: none !important;
}

 

  • And Save.
  • Result:
    Made4uoRibe_0-1730898208920.png

     

 

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
abdullahmehdi
Tourist
9 0 1
I did what you said, I saved it but it's still there
 
abdullahmehdi_0-1730899955118.png

 

23123123123.png

Made4uo-Ribe
Shopify Partner
9069 2166 2673

This is an accepted solution.

Try to paste it on the theme.liquid. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes"
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag. 

 

<style>
main#MainContent button#checkout-button, main#MainContent button#return-home {
    display: none !important;
}
</style>

 

  • And Save. 

 

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

Dan-From-Ryviu
Shopify Partner
10257 2038 2109

Hi @abdullahmehdi 

please share your store URL so we can check

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Kyle_liu
Shopify Partner
286 38 51

Hi   @abdullahmehdi 

 

Please share your website url.

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to contact me Email Me Buy Me A Coffee
abdullahmehdi
Tourist
9 0 1
Kyle_liu
Shopify Partner
286 38 51

 

Edit theme code, add the following code to the bottom of base.css

 

#MainContent #return-home {
  display: none;
}
#MainContent #checkout-button {
  display: none;
}

 

 

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to contact me Email Me Buy Me A Coffee