R
Ralph
Original poster
Member
#1
Hi,
I have several questions about the blog.
I see little personnalisation features.
But I might be wrong.
– On my main page I have a blog overview.
Titles are far too big. How can I change them ?
– I also have comments : 0. I want to delete it. I unchecked comments but it still appears
Thanks a lot
ST
Spiracle Themes
Original poster
#2
Hi Ralph,
Thanks for reaching out.
Simply try the following CSS
.blog-wrapper-section .heading h3 {
font-size: 20px;
}
.blog-wrapper-section .meta .meta-item:last-child {
display: none;
}
Copy & Paste it in Appearance -> Customize -> Additional CSS
Note: You can increase/decrease the number 20 also according to the requirement