How can I reduce the blog title size on Dawn?

Hi,

Can anyone tell me how to reduce the title size of blog articles please.

e.g. for this page - https://tandoormaster.com/blogs/recipes/easy-tandoori-marinade

password TandoorMaster

1 Like

Check for topography on theme settings

thanks but it is already at the lowest setting 100%, i want to make it smaller

thanks but it is already at the lowest setting 100 percent, i want to make it smaller

Accept as Solution

0

Reply

Are you good at code editing?

If yes, go to your theme liquid option

h1 { font-size: 40px; }

h2 {
font-size: 30px;
}

p {
font-size: 14px;
}

This is heading 1

This is heading 2

This is a paragraph.

This is another paragraph.

@984488

oh sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.article-template__title {font-size: 30px;}/* change value as you like */
1 Like

This works many thanks

1 Like

@984488

its my pleasure to help us