i would like to change the font of “refund policy” but im not sure which code to type in?
ive used "h1, h2, h3, body, a, etc. but refund policy still remains the same.
i would like to change the font of “refund policy” but im not sure which code to type in?
ive used "h1, h2, h3, body, a, etc. but refund policy still remains the same.
Hi @emotionaldebt22 ,
I can help you out here. You’ll want to first duplicate your theme so any changes made won’t affect your published theme. If you are happy with the changes then you can simply publish your duplicated copy and be on your way!
Once you’ve created your duplicate theme, go to Online Store->Theme->Edit code then go to assets/theme.css → and paste the code below at the bottom of the file.
#privacy-policy .breadcrumbs.text-accent.text-small{
display: none;
}
#privacy-policy #mainContent .box .section-header h1.page-title{
font-family: yourfontnamehere !important;
}
Be sure to replace “yourfontnamehere” with the name of the font you intend to use. You’ll want to pull directly from Shopify’s Font Library.
Let me know how that goes for you!
While on the topic of writing policies, here’s a great resource to help guide the process for you. While the free templates are a great starting point, you want to be sure to make them your own, inject your own voice and branding and adjusts any details to fully customize your policies so they accurately represent your business and mission statement.
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,
Which type of font you want in refund policy ( like smaller , bigger etc.)
Thank you.