How to change blog settings ? Should I learn CSS ?
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
Replies (1)
-
June 14, 2021 at 3:49 pm
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
-
June 15, 2021 at 6:46 am
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