how do i change the size of this heading, without changing the other one (motion theme)

how do i increase the “lightroom presets for influencers” text, without increasing the other one:

store link: https://8c2dd1-3.myshopify.com/

Hi @sondreskskfsghj

This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/ theme.css->paste below code at the bottom of the file:

@media screen and (min-width: 768px) {
.hero__subtitle .animation-cropper .animation-contents{
  font-size: 20px;
}
}

NOTE: You can change value (20px) to match your website

Hope my answer will help you.

Hi @sondreskskfsghj ,

Glad to support you today.

You can check out my suggestion below to get your concern resolved:

  1. Go to Edit code on Online Store:

  1. add my code above the tag on Theme.liquid:

Eg:

*Note: you can replace the number 20 with another number you want to increase.

I hope you find the answer helpful.

Kind & Best regards,
GemPages Support Team.

Hi @sondreskskfsghj

I hope you are doing good and welcome to the Shopify Community!
I am Santanu from MS Web Designer (Top Rated Shopify Certified Experts and eCommerce Consultant from Singapore).

Please add this css in your bottom of the theme.css file:

@media only screen and (min-width: 590px) {

.hero__text-wrap .hero__subtitle .animation-cropper .animation-contents {24px !important}

}

Regards,

Santanu