Atlantic theme - Please help to change heading to the same as the other headings

Hi,

Please help me to edit the code so that the new heading I inserted is the same font (Allura) as the rest of the headings.

And I also want to add a “Cellphone number” option to the contact us field.

Thanks!

Hi @yodendaal ,

Please share your store URL and if your store is password protected then please provide password too.

So that we can help you.

Thank you.

@yodendaal

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Hi, sorry for the delay in my reply. My store URL is https://carlo-hayes-designs.myshopify.com

I did manage to add the mobile number to the contact form, I just want to change the font of “Moissanites & Lab Grown Diamonds” on the home page to the “Allura” font.

Hi @yodendaal ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css->Paste the code below at the top of the file:
.template-index .featured-text-container h2 {
     font-family: 'Allura' !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

@yodendaal

can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
h1, h2, h3, h4, h5, h6 {font-family: "Allura" !important;}