Hello!
I’m looking to reduce the size of my blog post titles. I can’t seem to find anywhere to do that, and my headers are already at 100%. Can anyone help? I also wouldn’t mind reducing the Blog title header too.
Here is a link to the page I’m referring to: https://afibercollective.com/blogs/knitting-techniques
Thanks so much!
@claire_borchard
Hello,
Please add the code above in theme.liquid.
layout >> theme.liquid
.blog-articles__article.article h3.card__heading.h2 a {
font-size: 18px!important;
}
.main-blog h1.title--primary {
font-size: 32px!important;
}
after look like this,
Hello @claire_borchard ,
It’s GemPages support team and glad to support you today.
I would like to give you a recommendation to support you so kindly follow steps below:
- Go to Online Store > Theme > Edit code of your current theme
-
Open your theme.liquid theme file
-
Paste the below code before
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
Hi @claire_borchard
This is Victor from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css.
Step 3: Paste the below code at bottom of the file → Save
h3.card__heading.h2 {
font-size: 17px !important;
}
Hope that my solution works for you.
Best regards,
Victor | PageFly
Thanks a lot! Your solution worked for me. But I’m wondering how I could display more text of the title before it gets cut by the “…”?