Shopify themes, liquid, logos, and UX
Hello,
I am trying to do three things:
1. Center the title/date and excerpt text under the featured photo on my main blog page below.
https://backnineskincare.com/blogs/discover
2. Remove the featured photo from the top of the blog article itself, while keeping it on the main blog page and within the "Discover More" section below the article.
https://backnineskincare.com/blogs/discover/do-i-really-need-to-wear-sunscreen
and;
3. Be able to adjust the font size of the article title and date on the article page.
https://backnineskincare.com/blogs/discover/do-i-really-need-to-wear-sunscreen
Thank you so much for any help or guidance!
Solved! Go to the solution
This is an accepted solution.
Hello @Back9ine
Please paste the CSS in base.css file.
.article-card__info {
text-align: center;
}
.article-template .article-template__hero-container {
display: none;
}
.article-template .article-template__title {
font-size: 32px;
}
.article-template .article-template__title ~ * {
font-size: 18px !important;
}
OUTPUT:
Thanks
This is an accepted solution.
Hello @Back9ine
Please paste the CSS in base.css file.
.article-card__info {
text-align: center;
}
.article-template .article-template__hero-container {
display: none;
}
.article-template .article-template__title {
font-size: 32px;
}
.article-template .article-template__title ~ * {
font-size: 18px !important;
}
OUTPUT:
Thanks
Thanks so much!
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