Crater Theme Help Free theme

How to change blog settings ? Should I learn CSS ?

R Started by Ralph · June 14, 2021 at 3:49 pm · 1 reply 0 voices Last reply 5 years ago
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

Post a reply

Join the conversation. Be kind — this is a public forum.

Replying to How to change blog settings ? Should I learn CSS ?

By posting, your reply becomes public (unless marked private).