How can I resize the font of my blog list titles?

Hi,

how can I change the title to smaller font pls, e.g. font 22 on the blogs list

e.g. https://tandoormaster.com/blogs/recipes

password TandoorMaster

@984488 ,

.main-blog h1.title--primary {
    font-size: 22px;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

1 Like

superstar that works thanks!
Do you also know how I can move the description below the title please.

@984488 ,

Check-in the blog page in the admin panel

1 Like

@984488 ,

Or let me share the article.liquid file.

1 Like

Sorted, thanks