Need to modify the text size in Dawn Theme

Hello,

I am using Dawn theme, and I would like to reduce the size of the the text in the collapsible-content, but there is no text size options.

I can’t figure out which code to use in order to reduce the text.

Can you please advise? URL is : https://valhea-beauty.myshopify.com/

Thank you.

Hi @Valia ,

Your store is password, you can take a picture of the place you want to edit.

So that we can help you.

hello @Valia

can you please share your shop password

Hello,

Thank you for your reply.

I need to edit the text in this picture, to make as little smaller.

Hey @Valia

  1. Go to your store Assets > base.css and paste the lines at the bottom of the file
.accordion__content {
    font-size: 14px;
}

adjust the pixels according to your need.

Thank you :slightly_smiling_face: