Increase the font size in a single section only on Desktop

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > style.css and paste this at the bottom of the file:
.article h1 {
font-size: 30px;
}