How to reduce the size of the rich text header on mobile in Dawn theme

Hi @Timoth ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/section-rich-text.css->paste below code at the bottom of the file:
@media (max-width: 749px) {
.rich-text__blocks .h1 {
    font-size: 24px !important;
}
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.