Re: How do I add a contact us button to RTF page?

Solved

How do I add a contact us button to RTF page?

Olaf2
Shopify Partner
23 1 0

Hello,

 

I'd like to add a 'contact us' button to a RTF page that I am building and would like to button to look in line with the rest of buy buttons in our store.

I have tried to create the button in an online button generator, but when I copy the code it doesn't work (see screenshot).

What do I need to do?

Thank you.

Naamloos2.jpg

Accepted Solution (1)
BSS-Commerce
Shopify Partner
3477 463 535

This is an accepted solution.

You may have not placed the attributes used to style your button within the style tag.

Here is an example of valid code:

 

<div class="myButton">
 <a href="./contact" class="button">Contact us</a>
</div>


<style>
.myButton{
display:flex;
align-items:center;
justify-content:center
}
</style>

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency

View solution in original post

Replies 3 (3)

BSS-Commerce
Shopify Partner
3477 463 535

Hi @Olaf2 
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
Olaf2
Shopify Partner
23 1 0
BSS-Commerce
Shopify Partner
3477 463 535

This is an accepted solution.

You may have not placed the attributes used to style your button within the style tag.

Here is an example of valid code:

 

<div class="myButton">
 <a href="./contact" class="button">Contact us</a>
</div>


<style>
.myButton{
display:flex;
align-items:center;
justify-content:center
}
</style>

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency