Add button to page

Solved

Add button to page

PabloPier
Excursionist
45 0 14

Hello, I want to add button in the end of my About Us page.

PabloPier_0-1719840006826.png

How to add button that is center and has written on 'View Collections' and when i click it to redirect me to 'https://www.pablopier.com/collections/aquanaut'. this is my store url: https://www.pablopier.com/.

Accepted Solution (1)

saim007
Shopify Partner
611 75 108

This is an accepted solution.

@PabloPier Go to Pages > About us page > Click on Show HTML > put below code [See screenshot below for more reference]

saim007_0-1719840796890.png

 

 

<a href="https://www.pablopier.com/collections/aquanaut" style="text-align: center; display: table; margin: 0 auto; color: #fff; text-decoration: none; padding: 5px 10px; border: 1px solid #fff;">View Collection</a>

 

Save and check!

It will look like this - 

 

saim007_0-1719841015154.png

 

Saim | Shopify Partner Expert

Was I helpful?

Buy me a Coffee

🙂
Hire me   to unlock the full potential of your e-commerce store 🙂

View solution in original post

Reply 1 (1)

saim007
Shopify Partner
611 75 108

This is an accepted solution.

@PabloPier Go to Pages > About us page > Click on Show HTML > put below code [See screenshot below for more reference]

saim007_0-1719840796890.png

 

 

<a href="https://www.pablopier.com/collections/aquanaut" style="text-align: center; display: table; margin: 0 auto; color: #fff; text-decoration: none; padding: 5px 10px; border: 1px solid #fff;">View Collection</a>

 

Save and check!

It will look like this - 

 

saim007_0-1719841015154.png

 

Saim | Shopify Partner Expert

Was I helpful?

Buy me a Coffee

🙂
Hire me   to unlock the full potential of your e-commerce store 🙂