how do i increase the “lightroom presets for influencers” text, without increasing the other one:
store link: https://8c2dd1-3.myshopify.com/
how do i increase the “lightroom presets for influencers” text, without increasing the other one:
store link: https://8c2dd1-3.myshopify.com/
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:
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.
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