Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1022243
    zendog22
    Participant

    Hi, there are a few issues on my blog page that I’d be grateful for some help with:

    1. Blog headers – change to normal case from upper case (for both blog summary page and individual blog pages)
    2. Change font on “Read more” to font-family: “Poppins”,sans-serif;
    3. Blog subheader – “Welcome to our page…” etc text – change to italic
    4. Add space above and below blog subheader “Welcome to our page…” etc text
    5. On individual blogs, the blog post is slightly over to the right and not aligned with comments underneath – would like to shift further left and align with comments.

    thanks very much!

    #1022244
    zendog22
    Participant
    #1022494
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .entry-title > a {
      text-transform: none;
    }
    
    .more-link {
      font-family: "Poppins",sans-serif;
    }
    
    .p-landmark-sub {
      font-style: italic;
      margin-bottom: 25px;
      margin-top: 25px;
    }
    
    .x-comments-area {
      padding: 0 40px;
    }

    Make sure you have loaded the font “Poppins” to your site.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1022243 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>