How can I adjust font size in metafields on Dawn 2.0 theme?

Hi,

I am using the dawn 2.0 theme.

I would like to change the size of the fonts in my metafields you can see highlighted below.

I want to increase the header size and decrease the body below it. I want to do this without changing the font for the entire site.

My site URL is https://93d862.myshopify.com/ and the password is stecew

Thanks in advance !

Hallo @Ryanxanthopoulo

You can add code by following these steps to change

  1. Go to Online Store → Theme → Edit code > assets > base.css

paste below code at bottom(base.css)


**span.metafield-multi_line_text_field {**
**font-size: 13px;**
**}**

If you require any further information, feel free to contact me.

Best regards,

Hi Harivish,

This worked however it only worked for the top metalfield not all of them?

@Ryanxanthopoulo

add one more css

.accordion__content p {
font-size: 13px;
}

This did not work sorry

please try again

.accordion__content p {
font-size: 13px !important;
}

Thank you heaps, this has worked

@Ryanxanthopoulo

Thank you sir.

There is a lot of work in your theme, if you want, I can work on your theme.