How to change blog settings ? Should I learn CSS ?

This topic is empty.

Viewing 1 reply thread
  • Author
    Posts
    • #2431


      Ralph
      Guest

      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

    • #2433


      Spiracle Themes
      Guest

      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

Viewing 1 reply thread

Reply To: How to change blog settings ? Should I learn CSS ?

Your information: