How to make Title smaller

How to make Title smaller

NikosBat
Navigator
475 1 104

Hello guys, how can I make the title a little smaller

 

1.png

Replies 5 (5)

saim007
Shopify Partner
619 75 110

@NikosBat You can do it with the apply CSS code.

Saim | Shopify Partner Expert

Was I helpful?

Buy me a Coffee

🙂
Hire me   to unlock the full potential of your e-commerce store 🙂
NikosBat
Navigator
475 1 104

Hello Saim, I am beginner and I dont know how to do that, could you please help me with that?

Mustafa_Ali
Trailblazer
473 49 91
<style>
@media screen and (max-width: 767px) {
h2.image-with-text__heading.inline-richtext.h1 {
    font-size: 20px;
}
}
</style>

Mustafa_Ali_0-1748933861300.png

hey @NikosBat dear follow these steps
Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->before the </body> ----->
before the body ----->
if this code work please do not forget to like and mark it solution

 

DaisyVo
Shopify Partner
4460 499 594

Hi @NikosBat 

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

@media (max-width: 768px) {
h2.image-with-text__heading.inline-richtext.h1 strong {
    font-size: 20px !important;
}
}

 

Result 

DaisyVo_0-1748942675303.png

 

Best,

DaisyVo

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

Jenny6
Excursionist
71 0 4

Hi @NikosBat

 

If available, could you please share the store URL here at first? I can work to check the title properties and do the adjustment for you.

 

Waiting for your feedback here sincerely. Thank you!