Hello!
I am using the debut theme. I am trying to make some of the font bigger, bolder and a different color. I.e. - “SHOP COLLECTIONS” “TESTIMONIALS” etc. I don’t want to adjust it in the typography section because it makes the top text too big
www.collectivethreadco.com
Thank you!
Hello
1.In your Shopify Admin go to online store > themes > actions > edit code
2.Find Asset >theme.scss.css and paste this at the bottom of the file:
.section-header.text-center {
font-size: 20px!important;
color: #000!important;
}
Hi! Thank you!! I am so sorry to bug you but how can I also make these bold?
1 Like
Hello
1.In your Shopify Admin go to online store > themes > actions > edit code
2.Find Asset >theme.scss.css and paste this at the bottom of the file:
.section-header.text-center h2 {
font-weight: 600!important;
}
1 Like
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.