Shopify themes, liquid, logos, and UX
On my main page I added the element "Blog Posts". However, I do not like how big the title font is. Can I make that smaller? And how?
Solved! Go to the solution
This is an accepted solution.
Hello @ZakThreads ,
Go to online store > Themes > Edit code > Find base.css file
Add to the give code at the bottom of the file base.css
.h2 {
font-size: calc(var(--font-heading-scale)* 18px);
}
Share Preview Link
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
Hello @ZakThreads
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
h1.article-template__title {
font-size: 14px !important; /*adjust according to you*/
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
To give an idea of what I am talking about.
can you share blog page URL?
Sense Theme
Version 13.0.1
Looking on how to make the titles to the blog posts that show up on my main page in the "blog post section" smaller. Tried everything, edited the code with every mentioned way, and still not getting the results that I want.
For reference, see above picture.
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.article-card .card__heading {
font-size: 20px !important; /*adjust according to you*/
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
This is an accepted solution.
Hello @ZakThreads ,
Go to online store > Themes > Edit code > Find base.css file
Add to the give code at the bottom of the file base.css
.h2 {
font-size: calc(var(--font-heading-scale)* 18px);
}
thx.
Can I also make the body font smaller?
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024