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,
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.
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
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:
.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.
can you try this code
h1, h2, h3, h4, h5, h6 {font-family: "Allura" !important;}