How can I adjust the subheading size in the Vision Theme slideshow?

Hello,

Is there a way to make the subheading “Elevate your World” bigger without affecting the Main Heading “Let your Art journey begin?” Shop is Artfinia.com and theme is "Vision

Hi @David123123 ,

Try this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
  4. And Save.
.line-child {
    font-size: 40px;
}

Result:

I hope it help.

Unfortunately it seems to keep affecting the main heading.