Hello,
I am trying to do three things:
Center the title/date and excerpt text under the featured photo on my main blog page below.
https://backnineskincare.com/blogs/discover
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;
Be able to adjust the font size of the article title and date on the article page.
Do I Really Need To Wear Sunscreen? Yes, you do. Research suggests that sunscreen is an essential tool in preventing the harmful side effects of prolonged sun exposure. In this article, we will discuss what you need to know about UVA and UVB rays and...
Thank you so much for any help or guidance!
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