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

@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.