I’m looking for code to reduce the heading text size for Collections in the Dawn Theme.
My url is preacha.com
Thank you
I’m looking for code to reduce the heading text size for Collections in the Dawn Theme.
My url is preacha.com
Thank you
Please add the following code at the bottom of your CSS file.
.collection-hero__title{
font-size: 2.5rem !important;
}
Hope this works.
Thanks!
Thank you for the reply.
Which ccs file would this be. Collection???
Yes, component-collection-hero.css in assets folder.
perfect!!! thank you