Liquid, JavaScript, themes, sales channels
At the bottom of the About Us page of the site appears a button which I can't remove. It doesn't show up in the outline of the page and I can't change the name of it either. How can I remove this button?
I'm using Origin theme and this is the link to the site https://focusflowplanners.store/pages/about-us if needed.
Solved! Go to the solution
This is an accepted solution.
Hello @KalinaK
Inside Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom
#shopify-section-template--19903898255700__2aecce9f-e11a-4145-9f9e-4919657ce4ba .button {
display: none;
}
The result
Hope that helps!
Hi @KalinaK
You can do that from your Online store > Themes > Customize > Pages > select template of that page, select Multicolumn section, remove text in Button label
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
This is an accepted solution.
Hello @KalinaK
Inside Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom
#shopify-section-template--19903898255700__2aecce9f-e11a-4145-9f9e-4919657ce4ba .button {
display: none;
}
The result
Hope that helps!
Thank you very much!
I did it with this solution and it worked perfectly.
You are welcome!
Hi @KalinaK
This is Noah from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the </head> to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the </head>
<style>
.multicolumn .button {
display: none !important;
}
</style>
Hope this can help you solve the issue
Best regards,
Noah | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
User | RANK |
---|---|
35 | |
25 | |
14 | |
13 | |
9 |
Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023