Hi Shopify Community,
I want to change the text on this page to my default font that I use on the rest of my website.
Does anyone know how I can change this in page editor?
Thanks in advance!
Hi Shopify Community,
I want to change the text on this page to my default font that I use on the rest of my website.
Does anyone know how I can change this in page editor?
Thanks in advance!
Hello
1.In your Shopify Admin go to online store > themes > actions > edit code
2.Find Asset >styles.scss.css and paste this at the bottom of the file:
.page__content.content.container.table.is-striped.is-bordered {
font-family: HelveticaNeueCyr-Medium,sans-serif;
font-size: 14px!important;
font-weight: 500!important;
}
Thanks for the quick response, it works!
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.