what is the code to fix this? the rest of my website has my font except for this part of each product. thanks in advance!
Hello @emotionaldebt22
Can you give me your page URL( with pass if your store password is enabled), so I can check it and maybe give you a solution?
Kind & Best regards,
GemPages Support Team
You can try adding the below code :
-
Go to Online Store ā Theme ā Edit code. https://prnt.sc/elKuwYWlBrEo
-
Open your base.css in the Assets folder.
-
Paste the below code at the end of the file. https://prnt.sc/yp6U-7gjSgAs
.product__title h1{
font-family: skeletontypeone,sans-serif!important;
}
I hope my solution can work and support for you.
Best regards,
GemPages Support Team
Hi @emotionaldebt22
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css
h1, .h1 {
font-family: inherit;
}
This is Victor from PageFly - Shopify Page Builder App, Iād like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css
product__title {
font-family: skeletontypeone,sans-serif!important;
}
Hope you find my answer helpful!
Best regards,
Victor | PageFly
