How to make Title smaller

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

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

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


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 ----->
before the body ----->
if this code work please do not forget to like and mark it solution

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

Best,

DaisyVo

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!