Shopify themes, liquid, logos, and UX
Hey Guys, I wanted to make the headings smaller like on the screenshot but couldn't figure it out. It would be great if anyone could help me solving this issue.
This is my shop now:
That's the reference:
Solved! Go to the solution
This is an accepted solution.
Hey @MS-Ecom2024
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
@media screen and (max-width: 767px) {
split-lines span {
font-size: 20px;
}
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
This is an accepted solution.
Hey @MS-Ecom2024
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
@media screen and (max-width: 767px) {
split-lines span {
font-size: 20px;
}
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @MS-Ecom2024
Check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media only screen and (min-width: 740px){
h3.heading.h3 {
font-size: 25px !important;
}
}
And Save.
Result:
I cant find the reference, so I can check the size. But you can always change the size you like the current size is 32px and I used 25px.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
As 2024 wraps up, the dropshipping landscape is already shifting towards 2025's trends....
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024