Dawn 7.0 Blog post title too small.

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:

  1. Go to Online Store → Theme → Edit code

  2. 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!!!

1 Like