Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1094845
    juanajaafar
    Participant

    Hi. Is there a CSS I can insert in Custom to adjust the size of the published date that appears under each post title? It’s currently too big.

    #1094930
    Rupok
    Member

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1095397
    juanajaafar
    Participant
    This reply has been marked as private.
    #1095434
    Nabeel A
    Moderator

    Hi again,

    Thank you for the URL. Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .x-recent-posts .x-recent-posts-date {
        font-size: 15px !important;
    }

    Adjust the font size as per your need. Let us know how this goes!

    #1096461
    juanajaafar
    Participant

    That code changes the date size on the Home page. I’d like to change the date size within each post.

    #1096478
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .single time.entry-date {
        font-size: 12px !important;
    }

    Thanks.

    #1097227
    juanajaafar
    Participant

    Thank you.

    #1097282
    Nabeel A
    Moderator

    You’re welcome 🙂

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