Can't create shop now button in section

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:

I want the button to look like this.

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

Any help is very appreciated, thank you!

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
JOIN TODAY
  • 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

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

Thank you

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