Is there a way to add a button to my returns page on Prestige theme?

Solved

Is there a way to add a button to my returns page on Prestige theme?

freshmansarchiv
New Member
4 0 0

I am trying to add a button on prestige theme, it seems like the only way to add a link to another page on my site is by using a hyperlink, but it doesn't look anywhere as good as a button would. Any help is appreciated.

Accepted Solution (1)
abdulmoeed37
Shopify Partner
120 12 13

This is an accepted solution.

You have to click the </> button at the top right corner and in the anchor tag add the following code:

class="Button Button--primary"

 

and your hyper link will be converted into button

 

Do not forget to remove the following style from your anchor tag:

color: rgb(0, 0, 0);

 

The final code for your anchor tag will look like this:
<a href="https://account.freshmansarchive.com" title="Submit a return request" style="background-color: rgb(255, 238, 94);" class="Button Button--primary">SUBMIT A RETURN REQUEST</a>

 

abdulmoeed37_0-1739989895584.png

 

If you are having difficulty working with code, let me know and I can do it for you.

 

Helping shopify store owners.
Schedule free meeting for shopify store related problems:
If you need assistance with your store, feel free to contact me at abdulmoeed37@gmail.com
If my assistance was helpful, please consider liking and accepting the solution. Thank you!

View solution in original post

Replies 6 (6)

abdulmoeed37
Shopify Partner
120 12 13

Hi @freshmansarchiv would you please share some screenshot where you are trying to add button?

 

You can use prestige theme button classes to make it look like other buttons used in your theme or apply some custom css.

Helping shopify store owners.
Schedule free meeting for shopify store related problems:
If you need assistance with your store, feel free to contact me at abdulmoeed37@gmail.com
If my assistance was helpful, please consider liking and accepting the solution. Thank you!
freshmansarchiv
New Member
4 0 0

Hi Abdul, I am wanting to do this in the return page. I have attached a screenshot, I am wanting to change 'Submit a Return Request' in to a button rather than a hyperlink.Screenshot 2025-02-19 at 17.56.06.png

abdulmoeed37
Shopify Partner
120 12 13

Can you please share the url of this returns page?

Helping shopify store owners.
Schedule free meeting for shopify store related problems:
If you need assistance with your store, feel free to contact me at abdulmoeed37@gmail.com
If my assistance was helpful, please consider liking and accepting the solution. Thank you!
abdulmoeed37
Shopify Partner
120 12 13

This is an accepted solution.

You have to click the </> button at the top right corner and in the anchor tag add the following code:

class="Button Button--primary"

 

and your hyper link will be converted into button

 

Do not forget to remove the following style from your anchor tag:

color: rgb(0, 0, 0);

 

The final code for your anchor tag will look like this:
<a href="https://account.freshmansarchive.com" title="Submit a return request" style="background-color: rgb(255, 238, 94);" class="Button Button--primary">SUBMIT A RETURN REQUEST</a>

 

abdulmoeed37_0-1739989895584.png

 

If you are having difficulty working with code, let me know and I can do it for you.

 

Helping shopify store owners.
Schedule free meeting for shopify store related problems:
If you need assistance with your store, feel free to contact me at abdulmoeed37@gmail.com
If my assistance was helpful, please consider liking and accepting the solution. Thank you!
abdulmoeed37
Shopify Partner
120 12 13

Hi @freshmansarchiv, if my solution solved your problem then do not forget to hit the like button.

 

Thanks

Helping shopify store owners.
Schedule free meeting for shopify store related problems:
If you need assistance with your store, feel free to contact me at abdulmoeed37@gmail.com
If my assistance was helpful, please consider liking and accepting the solution. Thank you!