Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Can't create shop now button in section

Can't create shop now button in section

houseofhustlers
Tourist
12 0 2

I would like some help on trying to create a join now (or shop now) button in sections that don't have the option to.

 

On my website, I would like to create a big "JOIN NOW - 50% OFF LIMITED" under the image.

 

This is where I want to create it:

 

Screenshot 2024-11-02 at 2.55.25 PM.png

I want the button to look like this. 

 

Screenshot 2024-11-02 at 2.56.15 PM.png

 

This is my website: https://househustlers.shop/

 

Any help is very appreciated, thank you!

Replies 3 (3)

LizHoang
Shopify Partner
232 31 54

Hi @houseofhustlers , 

 

I would like to help. You can follow the instruction here: 

 

1. Go to Shopify > Theme > Customize > Add a Custom liquid block

2. Add the code below like the Screenshot here :

 

- Add the HTML code 

 

<a id="custom-join-today" href="/collections/all">JOIN TODAY</a>

 

- Add the CSS code to the Custom CSS below: 

 

#custom-join-today {
  text-decoration: none;
  color: black;
}

 

 

Let me know when you finish the step above, I will continue to guide 

 

 

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
houseofhustlers
Tourist
12 0 2

Ive finished the step, i do not have a custom liquid block in my theme but i have a custom html one

This is how it looks like 

Screenshot 2024-11-03 at 1.16.48 PM.png

LizHoang
Shopify Partner
232 31 54

Thank you

 

Can you save the setting on your theme? I will proceed further on it for you.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program