All things Shopify and commerce
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?
<style>
@media screen and (max-width: 767px) {
h2.image-with-text__heading.inline-richtext.h1 {
font-size: 20px;
}
}
</style>
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
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!
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025