I need help in changing font of the heading for the Featured collection on the Home page

Hi, I have Debut theme and every time I type text it gets converted to Univers next typewriter which is the font I selected for my store. However, for some reason when I want to type the text in the heading


of Featured collection it is completely different. Please see the attached picture and help.

1 Like

@milar

Please share store URL.

1 Like

Hi @dmwwebartisan ,

thanks for the reply. It is sistersloveforever.myshopify.com

1 Like

@milar

Thanks for the URL but your store your password protected. Please provide password.

1 Like

It is daigao.

1 Like

@milar

I just checked your store and found the featured collection font is the same as Our brand heading font. Only the difference is that featured heading uss in capital letter. Please enter heading in a proper case.

Let me know if this works.

1 Like

Thanks for the reply. The thing is that even when I type in lower case letters it comes out as all caps. Please advise.

1 Like

@milar

Please add the following code at the bottom of your assets/theme.scss.liquid file.

Show More

#shopify-section-collection .section-header h2{

Show More

text-transform: inherit !important;

Show More

}

Hope this works.

1 Like

Thanks @dmwwebartisan , worked like a charm!