Shopify themes, liquid, logos, and UX
Hello, I'm trying to add a custom button under my featured collection, I want it to say "All Products" and it needs to link to my "All Products" collection, is there a way to do that? (Dawn theme) My store is kennasatodesigns.com
Thanks!
Solved! Go to the solution
This is an accepted solution.
Hello @Sato71 ,
You can try to follow these steps:
<a href="/collections/all" class="custom-button">All Products</a>
Go to Assets folder -> base.css file -> add the following code at the bottom of page
.custom-button {
display: block;
width: 200px; /* Adjust the width as needed */
height: 40px; /* Adjust the height as needed */
background-color: #000000; /* Replace with your desired background color */
color: #ffffff; /* Replace with your desired text color */
text-align: center;
line-height: 40px; /* Adjust the line-height to vertically center the text */
text-decoration: none;
margin: 20px auto; /* Adjust the margin as needed */
}
Save changes.
Hope this can help. Let us know if you need any further support.
Ali Reviews team.
Hi @Sato71 ,
This is Henry at PageFly - Shopify Advanced Page Builder app.
You can try this code by following these steps:
Go to Online store => themes => Customiz => add section => custom liquid and add this code on custom liquid
<a href="your_button_link" class="custom-button">Button Text</a>
Hope this answer helps.
Best regards,
Henry | 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.
This is an accepted solution.
Hello @Sato71 ,
You can try to follow these steps:
<a href="/collections/all" class="custom-button">All Products</a>
Go to Assets folder -> base.css file -> add the following code at the bottom of page
.custom-button {
display: block;
width: 200px; /* Adjust the width as needed */
height: 40px; /* Adjust the height as needed */
background-color: #000000; /* Replace with your desired background color */
color: #ffffff; /* Replace with your desired text color */
text-align: center;
line-height: 40px; /* Adjust the line-height to vertically center the text */
text-decoration: none;
margin: 20px auto; /* Adjust the margin as needed */
}
Save changes.
Hope this can help. Let us know if you need any further support.
Ali Reviews team.
That worked, thank you!
Please I need your help on this.. I want to add a button to this area marked on the image attached below. and make the button looks like the second button on the reference image as well... on my website.. i want the buttons to look similar to this second images attached to the request.. Thank you..
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025