How to remove Button Label in Origin Theme?

Solved

How to remove Button Label in Origin Theme?

KalinaK
Visitor
2 0 1

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.

Accepted Solution (1)

ZenoPageBuilder
Shopify Partner
1052 203 229

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

Screenshot 2023-10-25 at 09.56.43.png

Hope that helps!

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com

View solution in original post

Replies 5 (5)

Dan-From-Ryviu
Shopify Partner
11399 2237 2409

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 Screenshot 2023-10-25 at 08.55.13.png

 
 

- Found this helpful? Hit "Like" and "Accept as Solution"!
- 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 - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

ZenoPageBuilder
Shopify Partner
1052 203 229

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

Screenshot 2023-10-25 at 09.56.43.png

Hope that helps!

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com
KalinaK
Visitor
2 0 1

Thank you very much!

I did it with this solution and it worked perfectly.

ZenoPageBuilder
Shopify Partner
1052 203 229

You are welcome!

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com

PageFly-Noah
Shopify Partner
1317 233 281

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>

PageFlyNoah_0-1698202659396.png

 

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.