Hello,
My blog post titles are super small and wondering how to change them.
I’ll attach a pic here.
Thanks for any help!
Hello,
My blog post titles are super small and wondering how to change them.
I’ll attach a pic here.
Thanks for any help!
Hello @theforagersfarm ,
Follow these steps:
Go to Online Store → Theme → Edit code
Open your base.css file and paste the following code at the bottom:
.blog .card__heading {
font-size: 4rem !important;
}
Thanks
Thanks that worked great!!!